From: ceriel Date: Mon, 2 May 1988 14:40:35 +0000 (+0000) Subject: did not compile with USE_TMP not defined X-Git-Tag: release-5-5~3281 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d5f6dfeb2a8fdb955fedfc19607e9e40c802d815;p=ack.git did not compile with USE_TMP not defined --- diff --git a/lang/cem/cemcom/code.c b/lang/cem/cemcom/code.c index 13bde95ba..9068c9a0d 100644 --- a/lang/cem/cemcom/code.c +++ b/lang/cem/cemcom/code.c @@ -43,8 +43,8 @@ int fp_used; #ifdef USE_TMP static int tmp_id; static int pro_id; -static char *pro_name; #endif USE_TMP +static char *pro_name; extern char options[]; char *symbol2str(); @@ -199,10 +199,10 @@ begin_proc(name, def) /* to be called when entering a procedure */ tp = tp->tp_up; func_tp = tp; func_size = ATW(tp->tp_size); + pro_name = name; #ifndef USE_TMP C_pro_narg(name); #else - pro_name = name; C_insertpart(pro_id = C_getid()); #endif if (is_struct_or_union(tp->tp_fund)) {