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

This commit is contained in:
Ignacio Ortiz de Zuniga
2002-07-25 17:34:34 +00:00
parent fd8dbdae38
commit 53666ee5f9

View File

@@ -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 )
{