# HG changeset patch # User jwe # Date 770860932 0 # Node ID 565206294f5a949144cb36807dd09c19f65c1e14 # Parent f4abf937d30c96e8f58ac07a1564b004e67c8b34 [project @ 1994-06-05 23:58:55 by jwe] diff -r f4abf937d30c -r 565206294f5a src/SLStack.h --- a/src/SLStack.h Sun Jun 05 23:53:54 1994 +0000 +++ b/src/SLStack.h Mon Jun 06 00:02:12 1994 +0000 @@ -27,7 +27,8 @@ #include "Stack.h" template -class SLStack : public Stack +class +SLStack : public Stack { private: SLList p; diff -r f4abf937d30c -r 565206294f5a src/Stack.h --- a/src/Stack.h Sun Jun 05 23:53:54 1994 +0000 +++ b/src/Stack.h Mon Jun 06 00:02:12 1994 +0000 @@ -25,7 +25,8 @@ #endif template -class Stack +class +Stack { public: inline Stack (void) { } diff -r f4abf937d30c -r 565206294f5a src/parse.y --- a/src/parse.y Sun Jun 05 23:53:54 1994 +0000 +++ b/src/parse.y Mon Jun 06 00:02:12 1994 +0000 @@ -43,6 +43,8 @@ #include "input.h" #include "utils.h" #include "tree.h" +#include "tree-plot.h" +#include "tree-const.h" #include "symtab.h" #include "builtins.h" #include "octave.h" diff -r f4abf937d30c -r 565206294f5a src/pt-plot.cc --- a/src/pt-plot.cc Sun Jun 05 23:53:54 1994 +0000 +++ b/src/pt-plot.cc Mon Jun 06 00:02:12 1994 +0000 @@ -32,6 +32,7 @@ #include "error.h" #include "utils.h" #include "tree.h" +#include "tree-plot.h" extern "C" {