Blob Blame History Raw
--- M2/Macaulay2/e/x_factor.cpp.std_namespace	2005-08-31 08:28:45.000000000 -0500
+++ M2/Macaulay2/e/x_factor.cpp	2006-02-10 13:24:34.000000000 -0600
@@ -31,10 +31,11 @@
 
 // debugging display routines to be called from gdb
 // needs factory to be configured without option --disable-streamio 
-void showvar(Variable &t) { cout << t << endl; }
-void showcf(CanonicalForm &t) { cout << t << endl; }
-void showcfl(CFList &t) { cout << t << endl; }
-void showcffl(CFFList &t) { cout << t << endl; }
+//using namespace std;
+//void showvar(Variable &t) { cout << t << endl; }
+//void showcf(CanonicalForm &t) { cout << t << endl; }
+//void showcfl(CFList &t) { cout << t << endl; }
+//void showcffl(CFFList &t) { cout << t << endl; }
 
 extern "C" {
   extern void factory_setup_2();