20020620-14:28 GMT+1 Ignacio Ortiz <ignacio@fivetech.com>
This commit is contained in:
@@ -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--;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user