From 3177f2c2f72aa07c1dd0236690d3f2c86b38559d Mon Sep 17 00:00:00 2001 From: johanknol Date: Mon, 10 Sep 2001 10:35:41 +0000 Subject: [PATCH] fixed bug #460198 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1259 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCast.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SDCCast.c b/src/SDCCast.c index c497d19b..b5f72afd 100644 --- a/src/SDCCast.c +++ b/src/SDCCast.c @@ -466,6 +466,7 @@ resolveSymbols (ast * tree) tree->opval.val->etype = tree->opval.val->etype; tree->opval.val->type = tree->opval.val->sym->type; werror (W_IMPLICIT_FUNC, tree->opval.val->sym->name); + allocVariables (tree->opval.val->sym); } else { -- 2.30.2