diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-07-18 01:26:22 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-07-18 01:26:22 +0200 |
commit | 8fb00e474e9274ab8840b2fd35c4dc083ddaa3f2 (patch) | |
tree | 7826f0ffbf441f4df3dc5c9ebe5d4d8987578465 /teco.h | |
parent | 418314e809358f324095d18267a71a2d4da79bcd (diff) | |
download | videoteco-fork-8fb00e474e9274ab8840b2fd35c4dc083ddaa3f2.tar.gz |
remove NULL macro definition: may be platform dependant
Diffstat (limited to 'teco.h')
-rw-r--r-- | teco.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ #define NO 0 #define FAIL 0 #define SUCCESS 1 -#define NULL 0 #if 0 #define CREATE_OLD_FILES /**< Create \c .OLD backup files */ |