diff libinterp/corefcn/module.mk @ 24667:56f889d66b7c

move float_format container to setparate file * pr-flt-fmt.h, pr-flt-fmt.cc: New files, extracted from pr-output.h and pr-output.cc. (float_display_format): New class. * libinterp/corefcn/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Wed, 31 Jan 2018 22:21:51 -0600
parents f61502510d08
children 740df3fce3fb
line wrap: on
line diff
--- a/libinterp/corefcn/module.mk	Thu Feb 01 12:50:17 2018 -0800
+++ b/libinterp/corefcn/module.mk	Wed Jan 31 22:21:51 2018 -0600
@@ -76,6 +76,7 @@
   %reldir%/octave-default-image.h \
   %reldir%/octave-link.h \
   %reldir%/pager.h \
+  %reldir%/pr-flt-fmt.h \
   %reldir%/pr-output.h \
   %reldir%/procstream.h \
   %reldir%/sighandlers.h \
@@ -212,6 +213,7 @@
   %reldir%/ordschur.cc \
   %reldir%/pager.cc \
   %reldir%/pinv.cc \
+  %reldir%/pr-flt-fmt.cc \
   %reldir%/pr-output.cc \
   %reldir%/procstream.cc \
   %reldir%/psi.cc \