2000-06-04 11:16 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>

* source/pp/ppcomp.c
   * source/pp/ppcore.c
     ! Corrected compiler warnings
This commit is contained in:
Ron Pinkas
2000-06-04 18:47:53 +00:00
parent 70a2fb3af2
commit 1dbf8d3fcc
3 changed files with 23 additions and 5 deletions

View File

@@ -185,7 +185,7 @@ int hb_pp_ReadRules( void )
char * ptr;
int lContinue;
int lens, rdlen;
int lLine = 0, i;
int lLine = 0;
HB_TRACE(HB_TR_DEBUG, ("hb_pp_ReadRules()"));