From 53666ee5f9ca99f94efadc32a8046b4a3749a364 Mon Sep 17 00:00:00 2001 From: Ignacio Ortiz de Zuniga Date: Thu, 25 Jul 2002 17:34:34 +0000 Subject: [PATCH] 2002-07-25 18:34 UTC+0100 Ignacio Ortiz --- harbour/source/pp/ppcore.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/harbour/source/pp/ppcore.c b/harbour/source/pp/ppcore.c index 6ef9d568d0..eaa33be9dd 100644 --- a/harbour/source/pp/ppcore.c +++ b/harbour/source/pp/ppcore.c @@ -582,8 +582,7 @@ DEFINES * hb_pp_AddDefine( char * defname, char * value ) if( stdef != NULL ) { - if( stdef->value && strcmp(stdef->value, value ) != 0 ) - hb_compGenWarning( hb_pp_szWarnings, 'I', HB_PP_WARN_DEFINE_REDEF, defname, NULL ); + hb_compGenWarning( hb_pp_szWarnings, 'I', HB_PP_WARN_DEFINE_REDEF, defname, NULL ); if( isNew ) {