2006-07-27 14:20 UTC+0100 Ryszard Glab <rglab//imid.med.pl>
* include/hbcomp.h
* source/compiler/genc.c
* source/compiler/gencli.c
* source/compiler/genhrb.c
* source/compiler/genjava.c
* source/compiler/genobj32.c
* source/compiler/harbour.c
* fixed compilation of static variables with -gc2 switch
* source/pp/ppcore.c
* fixed vertical spacing in generated ppo files
This commit is contained in:
@@ -127,6 +127,8 @@ void hb_compGenJava( PHB_FNAME pFileName )
|
||||
/* Generate functions data
|
||||
*/
|
||||
pFunc = hb_comp_functions.pFirst;
|
||||
if( ! hb_comp_bStartProc )
|
||||
pFunc = pFunc->pNext;
|
||||
|
||||
while( pFunc )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user