diff options
author | Martin Mares <mj@ucw.cz> | 1998-11-29 15:38:34 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-11-29 15:38:34 +0100 |
commit | 0cf86f0fc34c7daf020a9189279644af89e273a1 (patch) | |
tree | ba8b74026077fb02749bc6bfe0a9d60a2ea2db14 /lib | |
parent | 7af99789c78894fa2c7ffce3d7172d6a46c1c0e3 (diff) | |
download | bird-0cf86f0fc34c7daf020a9189279644af89e273a1.tar bird-0cf86f0fc34c7daf020a9189279644af89e273a1.zip |
Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with token
names and include files.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ipv4.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ #include "lib/bitops.h" -#ifdef DEBUG +#ifdef DEBUGGING /* * Use the structural representation when you want to make sure |