removed tab.c, use tabgen, and some fixes

This commit is contained in:
ceriel
1988-11-16 15:18:21 +00:00
parent 4b5e5a9764
commit 430dad523d
7 changed files with 34 additions and 50 deletions

View File

@@ -19,7 +19,7 @@ int fp_used;
CodeFil()
{
if( !options['L'] )
if ( !options['L'] )
C_fil_dlb((label) 1, (arith) 0);
}
@@ -107,9 +107,9 @@ CodeBeginBlock(df)
offset = CodeGtoDescr(df->prc_vis->sc_scope);
CodeFil();
/* %%% initialiseren external files %%% */
make_con(); call_ini(); /* %%%TYDELIJK%%% */
/* initialize external files */
make_extfl();
call_ini();
break;
case D_PROCEDURE :