X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c6bf97ccb45672a004ef376b9f3e578d2f558d5f..064e42b0aca1db0ca84b06b01cac5a40f3016591:/tests/headers.at diff --git a/tests/headers.at b/tests/headers.at index dcf09a72..c21fa359 100644 --- a/tests/headers.at +++ b/tests/headers.at @@ -229,15 +229,14 @@ AT_TEST([x8], [%define api.pure %define api.push-pull both]) # C++ output relies on namespaces and still uses yy a lot. # # Check there is no 'YY' left. -# Ignore comments, YYPARSE_PARAM (obsolete), YYPUSH_MORE(_DEFINED)? -# (constant definition), YY_\w+_INCLUDED (header guards). +# Ignore comments, YYPUSH_MORE(_DEFINED)? (constant definition), +# YY_\w+_INCLUDED (header guards). # # YYDEBUG (not renamed) can be read, but not changed. AT_CHECK([[$PERL -n -0777 -e ' s{/\*.*?\*/}{}gs; s{//.*}{}g; - s{\b(YYPARSE_PARAM - |YYPUSH_MORE(_DEFINED)? + s{\b(YYPUSH_MORE(_DEFINED)? |YY_\w+_INCLUDED |YY_NULL |(defined|if)\ YYDEBUG