]> git.sur5r.net Git - cc65/commit
Fixed an internal compiler error when the first token of a source file
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 19 Aug 2003 20:30:55 +0000 (20:30 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 19 Aug 2003 20:30:55 +0000 (20:30 +0000)
commit7596da75f024b9c6e74735d60bff847ca173483a
tree701041f2d0297bcda272db362560202c704a8907
parent5890278a6941b040e4f54df08837e403b4d523b7
Fixed an internal compiler error when the first token of a source file
caused an error message. In this case, the line info was not available
leading to a PRECONDITION VIOLATED.

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