From: ceriel Date: Fri, 12 Nov 1993 15:45:09 +0000 (+0000) Subject: made symbol2str decl global X-Git-Tag: release-5-5~226 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b6ba1452f81c3b44a166529e152143086229a1c0;p=ack.git made symbol2str decl global --- diff --git a/lang/cem/cemcom.ansi/struct.c b/lang/cem/cemcom.ansi/struct.c index 06a309493..ce3586251 100644 --- a/lang/cem/cemcom.ansi/struct.c +++ b/lang/cem/cemcom.ansi/struct.c @@ -30,6 +30,7 @@ static field_busy = 0; extern char options[]; +char *symbol2str(); int lcm(); /* The semantics of the identification of structure/union tags is @@ -175,7 +176,6 @@ declare_struct(fund, idf, tpp) The idf may be missing (i.e. idf == 0), in which case an anonymous struct etc. is defined. */ - extern char *symbol2str(); register struct tag **tgp; register struct tag *tg;