mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
style: no longer use backquotes
* tests/actions.at, tests/atlocal.in, tests/c++.at, tests/calc.at, * tests/conflicts.at, tests/existing.at, tests/glr-regression.at, * tests/input.at, tests/java.at, tests/local.at, tests/sets.at, * tests/synclines.at, doc/bison.texi, lib/libiberty.h, lib/timevar.h: Use single quotes.
This commit is contained in:
@@ -113,7 +113,7 @@ AT_CLEANUP
|
||||
## Broken Closure. ##
|
||||
## ---------------- ##
|
||||
|
||||
# TC was once broken during a massive `simplification' of the code.
|
||||
# TC was once broken during a massive 'simplification' of the code.
|
||||
# It resulted in bison dumping core on the following grammar (the
|
||||
# computation of FIRSTS uses TC). It managed to produce a pretty
|
||||
# exotic closure:
|
||||
@@ -263,7 +263,7 @@ AT_CLEANUP
|
||||
# In some weird cases Bison could compute an incorrect final state
|
||||
# number. This happens only if the $end token is used in the user
|
||||
# grammar, which is a very suspicious accidental feature introduced as
|
||||
# a side effect of allowing the user to name $end using `%token END 0
|
||||
# a side effect of allowing the user to name $end using '%token END 0
|
||||
# "end of file"'.
|
||||
|
||||
AT_SETUP([Accept])
|
||||
|
||||
Reference in New Issue
Block a user