fix for @decorators under a debug build.

This commit is contained in:
Anthony Baxter 2004-08-02 11:08:15 +00:00
parent 829d6c4138
commit 4e7785aa4f
1 changed files with 1 additions and 0 deletions

View File

@ -4025,6 +4025,7 @@ com_decorator_name(struct compiling *c, node *n)
varname = CHILD(n, 0);
REQ(varname, NAME);
com_addop_varname(c, VAR_LOAD, STR(varname));
com_push(c, 1);
for (i = 1; i < nch; i += 2) {
node *attrname;