newer version

This commit is contained in:
ceriel
1986-05-16 17:15:36 +00:00
parent f57a484906
commit 72fac35781
15 changed files with 270 additions and 37 deletions

View File

@@ -84,7 +84,7 @@ Compile(src, dst)
return 1;
}
#endif DEBUG
(void) open_scope(CLOSEDSCOPE);
open_scope(CLOSEDSCOPE);
GlobalScope = CurrentScope;
C_init(word_size, pointer_size);
if (! C_open(dst)) {