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

@@ -13,7 +13,7 @@ struct declarator {
struct formal *dc_formal; /* params for function */
};
/* ALLOCDEF "declarator" */
/* ALLOCDEF "declarator" 50 */
struct formal { /* list of formals */
@@ -21,7 +21,7 @@ struct formal { /* list of formals */
struct idf *fm_idf;
};
/* ALLOCDEF "formal" */
/* ALLOCDEF "formal" 5 */
#define NO_PARAMS ((struct formal *) 0)
@@ -31,7 +31,7 @@ struct decl_unary {
arith du_count; /* for ARRAYs only */
};
/* ALLOCDEF "decl_unary" */
/* ALLOCDEF "decl_unary" 10 */
extern struct type *declare_type();
extern struct declarator null_declarator;