tests: formatting changes

* tests/local.at: here.
This commit is contained in:
Akim Demaille
2020-12-05 06:51:46 +01:00
parent 84a84560c3
commit 627d275a3a
2 changed files with 10 additions and 10 deletions

View File

@@ -736,8 +736,8 @@ power (int base, int exponent)
return res; return res;
} }
]AT_CALC_YYLEX ]AT_CALC_YYLEX[
AT_CALC_MAIN]) ]AT_CALC_MAIN])
])# _AT_DATA_CALC_Y(d) ])# _AT_DATA_CALC_Y(d)

View File

@@ -1378,8 +1378,8 @@ m4_define([AT_LANG_HDR(c++)], [hh])
# AT_FULL_COMPILE(OUTPUT, [OTHER1], [OTHER2], # AT_FULL_COMPILE(OUTPUT, [OTHER1], [OTHER2],
# [$4: EXTRA-COMPILER-FLAGS, [$5: EXTRA-BISON-FLAGS]) # [$4: EXTRA-COMPILER-FLAGS], [$5: EXTRA-BISON-FLAGS])
# ------------------------------------------------------------------- # --------------------------------------------------------------------
# Compile OUTPUT.y to OUTPUT.c, OUTPUT.cc, or OUTPUT.java, and then # Compile OUTPUT.y to OUTPUT.c, OUTPUT.cc, or OUTPUT.java, and then
# compile it to OUTPUT or OUTPUT.class. If OTHER is specified, compile # compile it to OUTPUT or OUTPUT.class. If OTHER is specified, compile
# OUTPUT-OTHER.c, OUTPUT-OTHER.cc, or OUTPUT-OTHER.java to OUTPUT or # OUTPUT-OTHER.c, OUTPUT-OTHER.cc, or OUTPUT-OTHER.java to OUTPUT or