diff src/symtab.h @ 453:393e95f46b51

[project @ 1994-06-06 00:05:20 by jwe]
author jwe
date Mon, 06 Jun 1994 00:14:55 +0000
parents ee3da0884aaa
children 89ed09321d16
line wrap: on
line diff
--- a/src/symtab.h
+++ b/src/symtab.h
@@ -24,6 +24,10 @@
 #if !defined (octave_symtab_h)
 #define octave_symtab_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 #include <stdlib.h>
 #include <string.h>
 #include <iostream.h>