now uses alloc module, bug fixes, -N option under USE_TMP, to not do so

This commit is contained in:
ceriel
1987-01-24 00:25:56 +00:00
parent b4e4250144
commit 8116e3181f
37 changed files with 124 additions and 136 deletions

View File

@@ -11,7 +11,7 @@ struct sdef { /* for selectors */
arith sd_offset;
};
/* ALLOCDEF "sdef" */
/* ALLOCDEF "sdef" 50 */
struct tag { /* for struct-, union- and enum tags */
struct tag *next;
@@ -21,6 +21,6 @@ struct tag { /* for struct-, union- and enum tags */
};
/* ALLOCDEF "tag" */
/* ALLOCDEF "tag" 50 */
struct sdef *idf2sdef();