X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/49b1cf794d71aa23b7fab120e9817062ec29b177..62c4328e008dd6dd68fb5ac2a7ed1b8790f81279:/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;