20000515-22:47 GMT+1 Victor Szakats <info@szelvesz.hu>
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
20000515-22:47 GMT+1 Victor Szakats <info@szelvesz.hu>
|
||||
* source/compiler/hbusage.c
|
||||
! Removed conditional OBJ generation branch.
|
||||
* source/compiler/hbfix.c
|
||||
! Unused variable warnings fixed.
|
||||
|
||||
20000515-10:15 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
|
||||
|
||||
* source/compiler/harbour.l
|
||||
@@ -399,7 +405,7 @@ The follow is mission from previus session
|
||||
|
||||
* source/compiler/harbour.c
|
||||
! hb_compGenPushDouble() buffer overflow bug fixed.
|
||||
Thanks for Istvan Foldi.
|
||||
Thanks to Istvan Foldi.
|
||||
|
||||
20000505-19:26 GMT+1 Antonio Linares <alinares@fivetech.com>
|
||||
* source/compiler/genobj32.c
|
||||
|
||||
@@ -95,6 +95,9 @@ static HB_FIX_FUNC( hb_p_pushblock )
|
||||
|
||||
static HB_FIX_FUNC( hb_p_pushblockshort )
|
||||
{
|
||||
HB_SYMBOL_UNUSED( pFunc );
|
||||
HB_SYMBOL_UNUSED( lPCodePos );
|
||||
|
||||
++cargo->iNestedCodeblock;
|
||||
|
||||
return 2;
|
||||
|
||||
@@ -49,9 +49,7 @@ void hb_compPrintUsage( char * szSelf )
|
||||
"\n %cg<type> output type generated is <type> (see below)",
|
||||
"\n %cgc[<type>] output type: C source (.c) (default)",
|
||||
"\n <type>: 0=compact, 1=normal, 2=verbose (default)",
|
||||
#ifdef HARBOUR_OBJ_GENERATION
|
||||
"\n %cgo output type: Windows/DOS OBJ32 (.obj)",
|
||||
#endif
|
||||
"\n %cgh output type: Harbour Portable Object (.hrb)",
|
||||
"\n %cgj output type: Java source (.java)",
|
||||
"\n %ci<path> add #include file search path",
|
||||
|
||||
Reference in New Issue
Block a user