2001-12-31 13:22 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>

This commit is contained in:
Viktor Szakats
2001-12-31 13:44:39 +00:00
parent ec66e96b74
commit 3d037fb20b

View File

@@ -156,7 +156,7 @@ void hb_compGenCCode( PHB_FNAME pFileName ) /* generates the C language ou
if( ( pSym->cScope != HB_FS_MESSAGE ) && ( pSym->cScope & HB_FS_MESSAGE ) ) /* only for non public symbols */
fprintf( yyc, " | HB_FS_MESSAGE" );
if( pSym->cScope & HB_FS_FIRST )
if ( ( pSym->cScope & HB_FS_FIRST ) && ( hb_comp_iGenCOutput != HB_COMPGENC_NO_STARTUP ) )
fprintf( yyc, " | HB_FS_FIRST" );
/* specify the function address if it is a defined function or an