]> git.sur5r.net Git - cc65/commit
Fixed an error when parsing local variables: Variables must be inserted into
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Apr 2012 18:08:45 +0000 (18:08 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Apr 2012 18:08:45 +0000 (18:08 +0000)
commitfaf58a822060553358cc48bbf4e2d557bdd8e260
tree2d4cc0c370a3cfa762e82c15df06949a87c9d377
parentb0c4678ad2a91dfc2e13f6de99dd3f3c9c4511a3
Fixed an error when parsing local variables: Variables must be inserted into
the symbol table *before* the optional initializer is parsed, because they
might be referenced in the intializer.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5648 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/function.c
src/cc65/function.h
src/cc65/locals.c
src/cc65/make/gcc.mak