Fix: forgot to initialize malloced mem
authorceriel <none@none>
Thu, 23 Jun 1994 10:00:01 +0000 (10:00 +0000)
committerceriel <none@none>
Thu, 23 Jun 1994 10:00:01 +0000 (10:00 +0000)
util/grind/db_symtab.g

index d25c3f3..ee06b07 100644 (file)
@@ -537,6 +537,7 @@ param_list(p_type t;)
        |       'v'     { p->par_kind = 'v'; }
        |       'i'     { p->par_kind = 'i'; }
        ]
+                       { p->par_type = 0; }
        type(&(p->par_type), (int *) 0, (p_symbol) 0) ';'
                        { p->par_off = t->ty_nbparams;
                          t->ty_nbparams +=