Fixed a small bug where two line number directives next to each other wouldn't
authorDavid Given <dg@cowlark.com>
Sat, 13 Aug 2016 10:21:16 +0000 (12:21 +0200)
committerDavid Given <dg@cowlark.com>
Sat, 13 Aug 2016 10:21:16 +0000 (12:21 +0200)
commitdbf8332bf0aa136ba80a3d9db77d040696db9a21
tree8fc933b1859495f3bdfc84e308badecf1938638e
parent8e869b56e7f61d1ff43ac17f3c6c16e4a97cd682
Fixed a small bug where two line number directives next to each other wouldn't
be parsed properly (the second one would be treated as Modula-2 syntax).
lang/m2/comp/LLlex.c