20020620-14:28 GMT+1 Ignacio Ortiz <ignacio@fivetech.com>

This commit is contained in:
Ignacio Ortiz de Zuniga
2002-06-20 12:27:51 +00:00
parent dc1d075abf
commit 6077e98328

View File

@@ -582,7 +582,8 @@ DEFINES * hb_pp_AddDefine( char * defname, char * value )
if( stdef != NULL )
{
hb_compGenWarning( hb_pp_szWarnings, 'I', HB_PP_WARN_DEFINE_REDEF, defname, NULL );
if( strcmp(stdef->value, value ) != 0 )
hb_compGenWarning( hb_pp_szWarnings, 'I', HB_PP_WARN_DEFINE_REDEF, defname, NULL );
if( isNew )
{
@@ -3980,4 +3981,4 @@ void CloseInclude( void )
if( hb_comp_files.pLast )
hb_comp_iLine = hb_comp_files.pLast->iLine;
hb_comp_files.iFiles--;
}
}