2002-07-25 13:40 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com>

This commit is contained in:
Ignacio Ortiz de Zuniga
2002-07-25 11:42:11 +00:00
parent ed3cc67cd2
commit 08ea793bf4

View File

@@ -582,7 +582,7 @@ DEFINES * hb_pp_AddDefine( char * defname, char * value )
if( stdef != NULL )
{
if( strcmp(stdef->value, value ) != 0 )
if( stdef->value && strcmp(stdef->value, value ) != 0 )
hb_compGenWarning( hb_pp_szWarnings, 'I', HB_PP_WARN_DEFINE_REDEF, defname, NULL );
if( isNew )