diff libinterp/corefcn/variables.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 03e4ddd49396
children b17fda023ca6
line wrap: on
line diff
--- a/libinterp/corefcn/variables.cc	Thu Dec 17 16:14:24 2015 +0100
+++ b/libinterp/corefcn/variables.cc	Thu Dec 17 16:19:51 2015 +0100
@@ -50,6 +50,7 @@
 #include "lex.h"
 #include "load-path.h"
 #include "octave-link.h"
+#include "octave-preserve-stream-state.h"
 #include "oct-map.h"
 #include "oct-obj.h"
 #include "ov.h"