diff src/symtab.h @ 1297:12ecc2ecf0e3

[project @ 1995-05-01 18:39:43 by jwe]
author jwe
date Mon, 01 May 1995 18:39:43 +0000
parents dfe01093f657
children 611d403c7f3d
line wrap: on
line diff
--- a/src/symtab.h	Mon May 01 18:30:08 1995 +0000
+++ b/src/symtab.h	Mon May 01 18:39:43 1995 +0000
@@ -24,6 +24,10 @@
 #if !defined (octave_symtab_h)
 #define octave_symtab_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 #include "SLStack.h"
 
 #include "variables.h"