diff libinterp/corefcn/module.mk @ 20925:667861ffffab

Extracted header class octave-preserve-stream-state from utils.{cc/h}. * libinterp/corefcn/octave-preserve-stream-state.h: extracted class definition. * libinterp/corefcn/module.mk: add octave-preserve-stream-state.h to build system. * libinterp/corefcn/utils.{cc/h}: extracted code of class octave-preserve-stream-state. * libinterp/corefcn/debug.cc: add new header dependency. * libinterp/corefcn/pr-output.cc: add new header dependency. * libinterp/corefcn/variables.cc: add new header dependency. * libinterp/corefcn/ov-base-sparse.cc: add new header dependency.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 17 Dec 2015 16:19:51 +0100
parents e74e617060cf
children 48b2ad5ee801
line wrap: on
line diff
--- a/libinterp/corefcn/module.mk	Thu Dec 17 16:14:24 2015 +0100
+++ b/libinterp/corefcn/module.mk	Thu Dec 17 16:19:51 2015 +0100
@@ -74,6 +74,7 @@
   libinterp/corefcn/oct.h \
   libinterp/corefcn/octave-default-image.h \
   libinterp/corefcn/octave-link.h \
+  libinterp/corefcn/octave-preserve-stream-state.h \
   libinterp/corefcn/pager.h \
   libinterp/corefcn/pr-output.h \
   libinterp/corefcn/procstream.h \