2002-07-25 13:40 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com>
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user