summaryrefslogtreecommitdiff
path: root/sysdep
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-11-29 14:38:34 +0000
committerMartin Mares <mj@ucw.cz>1998-11-29 14:38:34 +0000
commit0cf86f0fc34c7daf020a9189279644af89e273a1 (patch)
treeba8b74026077fb02749bc6bfe0a9d60a2ea2db14 /sysdep
parent7af99789c78894fa2c7ffce3d7172d6a46c1c0e3 (diff)
Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with token
names and include files.
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/config.h b/sysdep/config.h
index 27b9da36..90ab8bbc 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -13,7 +13,7 @@
/* Include debugging code */
-#define DEBUG
+#define DEBUGGING
/* Types */