X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/135bc829bd90e60e58ae16bc442647043a2d9362..040984073a54b4c603172be3c3f44b908ea5deb9:/tests/cxx-type.at diff --git a/tests/cxx-type.at b/tests/cxx-type.at index e551ad01..818c8f82 100644 --- a/tests/cxx-type.at +++ b/tests/cxx-type.at @@ -83,7 +83,7 @@ prog : stmt : expr ';' $2 { $$ = ]$[1; } | decl $3 | error ';' { static char error_msg[] = ""; $$ = error_msg; } - | '@' { YYACCEPT; } + | '@' { YYACCEPT; } ; expr : ID @@ -145,7 +145,7 @@ yylex (LEX_PARAMETERS) break; case ' ': case '\f': colNum += 1; - break; + break; case '\n': lineNum += 1; colNum = 0;