From: johanknol Date: Sun, 11 Nov 2001 11:33:04 +0000 (+0000) Subject: parameters of internal c support functions are extern X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bd6479c5bb61be370cb263f7f6ea0e2eefbaa0d2;p=fw%2Fsdcc parameters of internal c support functions are extern git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1565 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCast.c b/src/SDCCast.c index b8abb0c0..ff0aba48 100644 --- a/src/SDCCast.c +++ b/src/SDCCast.c @@ -559,6 +559,7 @@ funcOfType (char *name, sym_link * type, sym_link * argType, { args->type = copyLinkChain (argType); args->etype = getSpec (args->type); + SPEC_EXTR(args->etype)=1; if (!nArgs) break; args = args->next = newValue ();