diff src/symtab.cc @ 240:a99f28f5e351

[project @ 1993-11-30 20:24:36 by jwe]
author jwe
date Tue, 30 Nov 1993 20:24:36 +0000
parents f736a3ec137e
children d66cc97f77a9
line wrap: on
line diff
--- a/src/symtab.cc	Tue Nov 30 20:24:36 1993 +0000
+++ b/src/symtab.cc	Tue Nov 30 20:24:36 1993 +0000
@@ -21,12 +21,12 @@
 
 */
 
-#ifdef __GNUG__
-#pragma implementation
+// Don't even think about moving the tree.h include to symtab.h...
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
-// Don't even think about moving the tree.h include to symtab.h...
-
 #include "symtab.h"
 #include "error.h"
 #include "variables.h"
@@ -666,7 +666,7 @@
       else if (is_function ())
 	tag = "function";
 	
-      error ("can't redefined read-only %s `%s'", tag, nm);
+      ::error ("can't redefined read-only %s `%s'", tag, nm);
 
       return 1;
     }