2001-02-20 22:20 UTC-0800 Ron Pinkas <ron@profit-master.com>

* utils/hbpp//hbpp.c
      - Removed unused variables and function warnned by djgpp
This commit is contained in:
Ron Pinkas
2001-02-21 06:24:44 +00:00
parent 56466ab338
commit ca7ac83f5f
2 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
2001-02-20 23:10 UTC-0800 Ron Pinkas <ron@profit-master.com>
2001-02-20 22:20 UTC-0800 Ron Pinkas <ron@profit-master.com>
* utils/hbpp//hbpp.c
- Removed unused variables and function warnned by djgpp
2001-02-20 22:00 UTC-0800 Ron Pinkas <ron@profit-master.com>
* make_gnu.bat
! Fixed maker to make -r
* Added %HARBOURDIR% and removed trailing slash from HB_BIN_INSTALL, HB_LIB_INSTALL and HB_INC_INSTALL

View File

@@ -53,13 +53,11 @@
extern int hb_pp_ParseDefine( char * );
static int hb_pp_Parse( FILE * handl_o );
static void AddSearchPath( char * szPath, PATHNAMES * * pSearchList );
static void OutTable( DEFINES * endDefine, COMMANDS * endCommand );
static BOOL hb_pp_fopen( char * szFileName );
static char s_szLine[ HB_PP_STR_SIZE ];
static char s_szOutLine[ HB_PP_STR_SIZE ];
static int s_iWarnings = 0;
static char * hb_buffer;
@@ -90,7 +88,6 @@ int main( int argc, char * argv[] )
char szPpoName[ _POSIX_PATH_MAX ];
char * szDefText;
int iArg = 1;
unsigned int i;
BOOL bOutTable = FALSE;
BOOL bOutNew = FALSE;
DEFINES * stdef;