From: cuz Date: Sat, 13 Oct 2001 09:20:26 +0000 (+0000) Subject: Small change to make line info more exact X-Git-Tag: V2.12.0~2548 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1483fa741a8c1c3565e1fb84a885ebf382b08f46;p=cc65 Small change to make line info more exact git-svn-id: svn://svn.cc65.org/cc65/trunk@1048 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/stmt.c b/src/cc65/stmt.c index 16ada99e6..55478e84f 100644 --- a/src/cc65/stmt.c +++ b/src/cc65/stmt.c @@ -543,7 +543,7 @@ int Statement (int* PendingToken) case TOK_SEMI: /* Ignore it */ - NextToken (); + CheckSemi (PendingToken); break; case TOK_PRAGMA: