]> git.sur5r.net Git - cc65/commit
Move some storage class handling and checking for implicit into from locals.c
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 3 Aug 2008 18:20:12 +0000 (18:20 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 3 Aug 2008 18:20:12 +0000 (18:20 +0000)
commit24c6e1ce5b77d4b2f881485e6831965ed6465968
tree9f7c91f5375508d95467df3ad797f66ce4ed0c76
parent841ea0e686241ea77236305aece09c775ef10245
Move some storage class handling and checking for implicit into from locals.c
and compile.c into ParseDecl() (declare.c).

git-svn-id: svn://svn.cc65.org/cc65/trunk@3867 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/compile.c
src/cc65/declare.c
src/cc65/locals.c