]> git.sur5r.net Git - cc65/commit
Identifiers starting with a dot could not be used as namens for .define
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Feb 2004 11:34:29 +0000 (11:34 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Feb 2004 11:34:29 +0000 (11:34 +0000)
commit96f96a5bdedf6db5a94f438332cd53341d9deb00
tree1e1718e15dbd3845f6845b7aa596bbc419278cff
parent4d80ff9214ff297ddbb81640154f8d285cee7096
Identifiers starting with a dot could not be used as namens for .define
style macros, even with --leading_dots_in_identifiers. This was also true
for symbols with one character names and without a leading dot.

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