]> git.sur5r.net Git - cc65/commit
The line counter got confused for lines with more than 256 chars. Removed the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 7 Jul 2011 20:07:29 +0000 (20:07 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 7 Jul 2011 20:07:29 +0000 (20:07 +0000)
commitd18fd210aaba5f7dbde515defa30ad3cc403259d
tree435348fcb570f6ef4e8a609ea6abfd646ec38d69
parent9d7edad0cca25a0e095d41cb31d1468c9b787f26
The line counter got confused for lines with more than 256 chars. Removed the
restriction alltogether, so lines with arbitrary length should be handled
correctly. Not that it is of much use for an assembler, but this has really
been a somewhat ancient limitation.

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