]> git.sur5r.net Git - cc65/commit
Small change to avoid endless error loops (aborted by the maximum error count)
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 17 Feb 2009 20:56:13 +0000 (20:56 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 17 Feb 2009 20:56:13 +0000 (20:56 +0000)
commitc4dac550a8cc3d81fb4894384fc7d299c35d5d9b
tree5f6a239317ed45b0620229f7aaacd72f4fa88c6b
parent3df8bd5436a463acebc7371a6c5ddf41f2cbc271
Small change to avoid endless error loops (aborted by the maximum error count)
if an unexpected token is encountered in Primary().

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