]> git.sur5r.net Git - cc65/commitdiff
Small change to make line info more exact
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 13 Oct 2001 09:20:26 +0000 (09:20 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 13 Oct 2001 09:20:26 +0000 (09:20 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1048 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/stmt.c

index 16ada99e628cc5ee2c182f91908405b1956e90e5..55478e84fc862e7181c793427a65b77358364be9 100644 (file)
@@ -543,7 +543,7 @@ int Statement (int* PendingToken)
 
            case TOK_SEMI:
                /* Ignore it */
-               NextToken ();
+               CheckSemi (PendingToken);
                break;
 
            case TOK_PRAGMA: