changeset 879:e6cb0493ae99

[project @ 1994-11-05 03:31:03 by jwe]
author jwe
date Sat, 05 Nov 1994 03:31:24 +0000
parents e8a677c3f042
children e0bfbbf20e40
files src/pt-misc.cc src/pt-misc.h
diffstat 2 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/src/pt-misc.cc	Sat Nov 05 03:27:36 1994 +0000
+++ b/src/pt-misc.cc	Sat Nov 05 03:31:24 1994 +0000
@@ -25,10 +25,6 @@
 #include "config.h"
 #endif
 
-#if defined (__GNUG__)
-#pragma implementation
-#endif
-
 #include <sys/types.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
--- a/src/pt-misc.h	Sat Nov 05 03:27:36 1994 +0000
+++ b/src/pt-misc.h	Sat Nov 05 03:31:24 1994 +0000
@@ -24,10 +24,6 @@
 #if !defined (octave_tree_misc_h)
 #define octave_tree_misc_h 1
 
-#if defined (__GNUG__)
-#pragma interface
-#endif
-
 class ostream;
 class Octave_object;
 class tree_constant;
@@ -229,8 +225,6 @@
 {
 public:
   tree_va_return_list (void) : SLList<tree_constant> () { }
-
-  ~tree_va_return_list (void) { }
 };
 
 // List of expressions that make up a global statement.