From 8fb00e474e9274ab8840b2fd35c4dc083ddaa3f2 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 18 Jul 2011 01:26:22 +0200 Subject: remove NULL macro definition: may be platform dependant --- teco.h | 1 - 1 file changed, 1 deletion(-) diff --git a/teco.h b/teco.h index c77efa1..6fa1e1c 100644 --- a/teco.h +++ b/teco.h @@ -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 */ -- cgit v1.2.3