]> git.sur5r.net Git - cc65/commit
Fixed a problem with --feature labels_without_colons: The scanner inserts
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 20 Nov 2005 12:30:24 +0000 (12:30 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 20 Nov 2005 12:30:24 +0000 (12:30 +0000)
commit69485b5000b1a8363a52be19210da1095d931a4b
tree95e501c27d5f333b7884603b42e864c7daf2b641
parent8634943406bfa9215c03bc5ec16833d663e06b4e
Fixed a problem with --feature labels_without_colons: The scanner inserts
a space at the beginning of a new file, with the assumption that this is a
"neutral" character. If above feature is enabled, it is no longer neutral,
so read the first character from the new input instead.

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