mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
style: formatting changes
* tests/input.at: here.
This commit is contained in:
@@ -1720,7 +1720,8 @@ AT_FULL_COMPILE([input])
|
|||||||
AT_PARSER_CHECK([./input])
|
AT_PARSER_CHECK([./input])
|
||||||
|
|
||||||
AT_BISON_OPTION_POPDEFS
|
AT_BISON_OPTION_POPDEFS
|
||||||
AT_CLEANUP()
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
## ---------------- ##
|
## ---------------- ##
|
||||||
## %define errors. ##
|
## %define errors. ##
|
||||||
@@ -1823,6 +1824,7 @@ AT_BISON_CHECK([[-Dunused-d -Funused-f input-unused.y]], [[1]], [],
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
## --------------------------- ##
|
## --------------------------- ##
|
||||||
## %define Boolean variables. ##
|
## %define Boolean variables. ##
|
||||||
## --------------------------- ##
|
## --------------------------- ##
|
||||||
@@ -1843,6 +1845,7 @@ AT_BISON_CHECK([[Input.y]], [1], [],
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
## ------------------------ ##
|
## ------------------------ ##
|
||||||
## %define code variables. ##
|
## %define code variables. ##
|
||||||
## ------------------------ ##
|
## ------------------------ ##
|
||||||
@@ -1974,6 +1977,7 @@ AT_BISON_CHECK([[-fcaret input.y]], [[1]], [[]],
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
## -------------------------------- ##
|
## -------------------------------- ##
|
||||||
## %define backward compatibility. ##
|
## %define backward compatibility. ##
|
||||||
## -------------------------------- ##
|
## -------------------------------- ##
|
||||||
@@ -2013,6 +2017,7 @@ input.y:5.9-15: warning: deprecated directive, use '%define api.value.type varia
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
## ------------------------- ##
|
## ------------------------- ##
|
||||||
## Unused %define api.pure. ##
|
## Unused %define api.pure. ##
|
||||||
## ------------------------- ##
|
## ------------------------- ##
|
||||||
@@ -2046,6 +2051,7 @@ AT_CHECK_API_PURE([[%language "java"]], [[false]])
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
## -------------------------------- ##
|
## -------------------------------- ##
|
||||||
## C++ namespace reference errors. ##
|
## C++ namespace reference errors. ##
|
||||||
## -------------------------------- ##
|
## -------------------------------- ##
|
||||||
@@ -2095,6 +2101,7 @@ AT_CHECK_NAMESPACE_ERROR([[::]],
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
## ------------------------ ##
|
## ------------------------ ##
|
||||||
## Bad character literals. ##
|
## Bad character literals. ##
|
||||||
## ------------------------ ##
|
## ------------------------ ##
|
||||||
@@ -2165,6 +2172,7 @@ three.y:4.8-11: warning: extra characters in character literal [-Wother]
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
## ------------------------- ##
|
## ------------------------- ##
|
||||||
## Bad escapes in literals. ##
|
## Bad escapes in literals. ##
|
||||||
## ------------------------- ##
|
## ------------------------- ##
|
||||||
@@ -2214,6 +2222,7 @@ input.y:5.19: error: invalid character after \-escape: \001
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
## ------------------------- ##
|
## ------------------------- ##
|
||||||
## LAC: Errors for %define. ##
|
## LAC: Errors for %define. ##
|
||||||
## ------------------------- ##
|
## ------------------------- ##
|
||||||
@@ -2237,6 +2246,7 @@ AT_BISON_CHECK([[-Dparse.lac.memory-trace=full input.y]],
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
## ---------------------- ##
|
## ---------------------- ##
|
||||||
## -Werror combinations. ##
|
## -Werror combinations. ##
|
||||||
## ---------------------- ##
|
## ---------------------- ##
|
||||||
@@ -2457,6 +2467,7 @@ m4_popdef([AT_TEST])
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
##----------------------- ##
|
##----------------------- ##
|
||||||
## Deprecated directives. ##
|
## Deprecated directives. ##
|
||||||
## ---------------------- ##
|
## ---------------------- ##
|
||||||
@@ -2511,6 +2522,7 @@ input.y:11-6: previous definition
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
## ---------------------------- ##
|
## ---------------------------- ##
|
||||||
## Unput's effect on locations. ##
|
## Unput's effect on locations. ##
|
||||||
## ---------------------------- ##
|
## ---------------------------- ##
|
||||||
@@ -2547,6 +2559,7 @@ input.y:13.11-21: previous definition
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|
||||||
## -------------------------- ##
|
## -------------------------- ##
|
||||||
## Non-deprecated directives. ##
|
## Non-deprecated directives. ##
|
||||||
## -------------------------- ##
|
## -------------------------- ##
|
||||||
|
|||||||
Reference in New Issue
Block a user