changeset 452:565206294f5a

[project @ 1994-06-05 23:58:55 by jwe]
author jwe
date Mon, 06 Jun 1994 00:02:12 +0000
parents f4abf937d30c
children 393e95f46b51
files src/SLStack.h src/Stack.h src/parse.y src/pt-plot.cc
diffstat 4 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 T>
-class SLStack : public Stack<T>
+class
+SLStack : public Stack<T>
 {
  private:
   SLList<T> p;
--- 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 T>
-class Stack
+class
+Stack
 {
  public:
   inline Stack (void) { }
--- 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"
--- 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"
 {