mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
tests: do not output m4 set up.
* tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS): Use a diversion to avoid outputting comments etc. Removes 17k lines from testsuite (10% of the number of lines).
This commit is contained in:
@@ -90,7 +90,8 @@ m4_popdef([AT_LOC_LAST_COLUMN])])
|
||||
# AT_BISON_OPTION_PUSHDEFS([BISON-OPTIONS])
|
||||
# -----------------------------------------
|
||||
m4_define([AT_BISON_OPTION_PUSHDEFS],
|
||||
[_AT_BISON_OPTION_PUSHDEFS($[1], $[2], [$1])])
|
||||
[m4_divert_text([KILL],
|
||||
[_AT_BISON_OPTION_PUSHDEFS($[1], $[2], [$1])])])
|
||||
|
||||
|
||||
# _AT_BISON_OPTION_PUSHDEFS($1, $2, [BISON-OPTIONS])
|
||||
@@ -207,6 +208,7 @@ AT_SKEL_CC_IF(
|
||||
# AT_BISON_OPTION_POPDEFS
|
||||
# -----------------------
|
||||
m4_define([AT_BISON_OPTION_POPDEFS],
|
||||
[m4_divert_text([KILL],
|
||||
[m4_popdef([AT_YYLEX_PRE_ARGS])
|
||||
m4_popdef([AT_YYLEX_PRE_FORMALS])
|
||||
m4_popdef([AT_USE_LEX_ARGS])
|
||||
@@ -235,7 +237,7 @@ m4_popdef([AT_SKEL_JAVA_IF])
|
||||
m4_popdef([AT_GLR_CC_IF])
|
||||
m4_popdef([AT_LALR1_CC_IF])
|
||||
m4_popdef([AT_DEFINES_IF])
|
||||
AT_LOC_POPDEF
|
||||
AT_LOC_POPDEF])dnl
|
||||
])# AT_BISON_OPTION_POPDEFS
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user