Fixes to allow ENABLE_DEBUGGING_FLAGS to work
authorJim Miller <edu/mit/csail/zurich/jmiller>
Wed, 3 Nov 1993 19:22:03 +0000 (19:22 +0000)
committerJim Miller <edu/mit/csail/zurich/jmiller>
Wed, 3 Nov 1993 19:22:03 +0000 (19:22 +0000)
v7/src/microcode/storage.c

index 4e9007a209d20a84e62928a4e999efb016b30c69..c80f334f9bb124d02b3041d0d032fb5b55bdf587 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: storage.c,v 9.54 1993/10/14 21:44:20 gjr Exp $
+$Id: storage.c,v 9.55 1993/11/03 19:22:03 jmiller Exp $
 
 Copyright (c) 1987-1993 Massachusetts Institute of Technology
 
@@ -93,7 +93,7 @@ SCHEME_OBJECT * memory_base;
                     /* DEBUGGING SWITCHES */
                     /**********************/
 
-#ifdef ENABLE_DEBUGGING_TOOLS
+#ifdef ENABLE_DEBUGGING_FLAGS
 
 Boolean Eval_Debug     = false;
 Boolean Hex_Input_Debug        = false;
@@ -109,7 +109,7 @@ Boolean Upgrade_Debug       = false;
 Boolean Dump_Debug     = false;
 Boolean Trace_On_Error = false;
 Boolean Bignum_Debug    = false;
-Boolean Per_File       = true;
+Boolean Per_File       = false;
 Boolean Fluids_Debug   = false;
 More_Debug_Flag_Allocs();
 
@@ -125,7 +125,7 @@ int local_circle[debug_maxslots];
 
 int debug_circle[100];
 int local_circle[100];
-#endif /* ENABLE_DEBUGGING_TOOLS */
+#endif /* ENABLE_DEBUGGING_FLAGS */
 
                /****************************/
                /* Debugging Macro Messages */