OSDN Git Service

- Fixed: When ACC encountered a bad numeric constant, it could infinite loop
authorRandy Heit <rheit@zdoom.fake>
Fri, 9 Mar 2007 23:52:36 +0000 (23:52 +0000)
committerRandy Heit <rheit@zdoom.fake>
Fri, 9 Mar 2007 23:52:36 +0000 (23:52 +0000)
commit1e630671400310d121325c88c5216c5b72c76ca6
tree442dae97fef420bb552fbdc16a5fca27e9efe7a2
parent1e12f4404dcc8c244e691cf38d79dc93150a59c8
- Fixed: When ACC encountered a bad numeric constant, it could infinite loop
  trying to get past it if it was a string without an opening quote, because
  it didn't check for TK_EOF.

SVN r501 (trunk)
parse.c