diff libinterp/corefcn/pr-output.cc @ 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 a3359fe50966
children b17fda023ca6
line wrap: on
line diff
--- a/libinterp/corefcn/pr-output.cc	Thu Dec 17 16:14:24 2015 +0100
+++ b/libinterp/corefcn/pr-output.cc	Thu Dec 17 16:19:51 2015 +0100
@@ -51,6 +51,7 @@
 #include "gripes.h"
 #include "oct-obj.h"
 #include "oct-stream.h"
+#include "octave-preserve-stream-state.h"
 #include "pager.h"
 #include "pr-output.h"
 #include "sysdep.h"