removed tab.c, use tabgen

This commit is contained in:
ceriel
1988-11-16 11:23:58 +00:00
parent b8cc947bc3
commit 6ac798b50c
9 changed files with 60 additions and 58 deletions

View File

@@ -209,9 +209,9 @@ compile(argc, argv)
/* compile the source text */
C_program();
#ifdef USE_TMP
#ifdef PREPEND_SCOPES
prepend_scopes();
#endif USE_TMP
#endif PREPEND_SCOPES
end_code();
#ifdef DEBUG