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:
Ryszard Glab
2006-07-27 12:06:21 +00:00
parent faea7efcd0
commit 2afe706de7
10 changed files with 107 additions and 94 deletions

View File

@@ -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 )
{