Removed the LOG macros again, for the Digital cc complains about it
authorphil <none@none>
Wed, 11 Nov 1998 21:15:48 +0000 (21:15 +0000)
committerphil <none@none>
Wed, 11 Nov 1998 21:15:48 +0000 (21:15 +0000)
toolbox/loging.h

index f6749b817b3a29b32fa5c5c7e7bbc918c9d303bf..ec70fa8fb3e265c2e047ec3bc941ee47c525ea62 100644 (file)
@@ -8,18 +8,12 @@
 
        Authors: Reinhard Grafl      EMAIL: cacao@complang.tuwien.ac.at
 
-       Last Change: $Id: loging.h 65 1998-11-11 21:12:27Z phil $
+       Last Change: $Id: loging.h 66 1998-11-11 21:15:48Z phil $
 
 *******************************************************************************/
 
 #define PANICIF(when,txt)  if(when)panic(txt)
 
-/*
- * Just added the LOG macro, so we our code becomes a little more
- * readable, again. --phil.
- */
-#define LOG(args...)               sprintf(logtext, ## args); dolog();
-
 #define MAXLOGTEXT 500
 extern char logtext[MAXLOGTEXT];