]> git.sur5r.net Git - cc65/commit
Allow fully scoped labels and constants instead of normal ones. This breaks
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 29 Oct 2009 20:30:41 +0000 (20:30 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 29 Oct 2009 20:30:41 +0000 (20:30 +0000)
commit07e629a342b38797506a517b6fb314d0bf1ab252
tree31dc4a118830c6c301b20ed247ea16b22e0e6ef3
parent5304a8149e0e2a7e567b6c971ebb0d5a5aab81c3
Allow fully scoped labels and constants instead of normal ones. This breaks
the barrier between scopes: It is now possible to introduce symbols into a
foreign scope, provided that it's name is known.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4397 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/main.c