ChangeLog 20000302-12:35 GMT+1
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
20000302-12:35 GMT+1 Ryszard Glab <rglab@imid.med.pl>
|
||||
|
||||
*source/pp/hbpp.c
|
||||
*moved #include <sys/timeb.h> after harbour specific definitions
|
||||
are defined (OS_UNIX_COMPATIBLE)
|
||||
(BTW: is this include file really needed ? )
|
||||
|
||||
*source/rtl/typefile.prg
|
||||
*removed RETURN NIL in a PROCEDURE
|
||||
|
||||
20000301-15:20 EST Paul Tucker <ptucker@sympatico.ca>
|
||||
* source/tools/strasint.c
|
||||
* remove extraneous characters at end.
|
||||
|
||||
@@ -59,16 +59,17 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "hbpp.h"
|
||||
#include "hberrors.h"
|
||||
#include "compiler.h"
|
||||
|
||||
#if defined( OS_UNIX_COMPATIBLE )
|
||||
#include <sys/timeb.h>
|
||||
#else
|
||||
#include <sys\timeb.h>
|
||||
#endif
|
||||
|
||||
#include "hbpp.h"
|
||||
#include "hberrors.h"
|
||||
#include "compiler.h"
|
||||
|
||||
static COMMANDS * AddCommand( char * ); /* Add new #command to an array */
|
||||
static COMMANDS * AddTranslate( char * ); /* Add new #translate to an array */
|
||||
static DEFINES * DefSearch( char *, BOOL * );
|
||||
|
||||
@@ -93,7 +93,7 @@ PROCEDURE __TYPEFILE( cFile, lPrint )
|
||||
oErr:tries := ++nRetries
|
||||
xRecover := Eval( ErrorBlock(), oErr )
|
||||
IF ISLOGICAL( xRecover ) .and. !xRecover // user select "Default"
|
||||
RETURN NIL
|
||||
RETURN
|
||||
ENDIF
|
||||
ENDDO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user