Blob Blame History Raw
--- Macaulay2-0.9.10/Macaulay2/e/style.hpp.gcc41	2005-08-11 16:42:21.000000000 -0500
+++ Macaulay2-0.9.10/Macaulay2/e/style.hpp	2006-07-12 14:21:39.000000000 -0500
@@ -14,7 +14,8 @@
 
 #define VECTOR(T) std::vector< T, gc_allocator< T > >
 
-extern "C" char newline[];
+// omit def here, already defined in M2types.h -- Rex
+//extern "C" char newline[];
 
 #include "error.h"
 #include "buffer.hpp"
--- Macaulay2-0.9.10/Macaulay2/e/text_io.hpp.gcc41	2006-07-12 14:04:29.000000000 -0500
+++ Macaulay2-0.9.10/Macaulay2/e/text_io.hpp	2006-07-12 14:04:31.000000000 -0500
@@ -12,7 +12,8 @@
 extern int p_parens;
 extern int i_text_io();
 
-extern "C" char newline[];
+// omit def here, already defined in M2types.h -- Rex
+//extern "C" char newline[];
 
 #define wrapping_prefix "   -- "
 
--- Macaulay2-0.9.10/Macaulay2/e/comp.hpp.gcc41	2006-06-26 15:47:58.000000000 -0500
+++ Macaulay2-0.9.10/Macaulay2/e/comp.hpp	2006-07-12 14:42:24.000000000 -0500
@@ -4,7 +4,8 @@
 #define _comp_hpp_
 
 extern char system_interruptedFlag;
-extern int gbTrace;
+//gbTrace defined in engine.h below -- Rex
+//extern int gbTrace;
 
 #include "engine.h"
 /* engine.h includes definitions of the stop conditions