[turn off debugging code in StringTable.Atom
John Meacham <john@repetae.net>**20080210141633] hunk ./StringTable/StringTable_cbits.c 8
-//  #define NDEBUG 1
+#define NDEBUG 1
hunk ./StringTable/StringTable_cbits.c 16
-// #define pthread_mutex_lock(x) ;
-// #define pthread_mutex_unlock(x) ;
+#define pthread_mutex_lock(x) ;
+#define pthread_mutex_unlock(x) ;
hunk ./StringTable/StringTable_cbits.c 245
-        static FILE *file = NULL;
-        if(!file)
-                file = fopen("atom.lookup","w");
-        fprintf(file,"stringtable_lookup(");
-        print_quoted(file,cs,len);
-        fprintf(file,")\n");
+//        static FILE *file = NULL;
+//        if(!file)
+//                file = fopen("atom.lookup","w");
+//        fprintf(file,"stringtable_lookup(");
+//        print_quoted(file,cs,len);
+//        fprintf(file,")\n");