mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
package: codespell
* src/parse-gram.y: Fix spelling.
This commit is contained in:
@@ -133,9 +133,10 @@ gen-ChangeLog:
|
||||
$(CC) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -o $@ -E $<
|
||||
|
||||
.PHONY: codespell
|
||||
CODESPELL = codespell
|
||||
codespell:
|
||||
$(AM_V_GEN) cd $(srcdir) \
|
||||
&& codespell \
|
||||
&& $(CODESPELL) \
|
||||
--regex "[\\w\\-'’\`]+\+*" \
|
||||
--ignore-words-list "ba,circularly,cloneable,copyable,define'd,dout,froms,iff,ifset,od,ois" \
|
||||
$$(git ls-files data doc lib src tests)
|
||||
|
||||
@@ -513,7 +513,7 @@ tag:
|
||||
// A non empty list of possibly tagged symbols for %nterm.
|
||||
//
|
||||
// Can easily be defined like symbol_decls but restricted to ID, but
|
||||
// using token_decls allows to reudce the number of rules, and also to
|
||||
// using token_decls allows to reduce the number of rules, and also to
|
||||
// make nicer error messages on "%nterm 'a'" or '%nterm FOO "foo"'.
|
||||
nterm_decls:
|
||||
token_decls
|
||||
|
||||
Reference in New Issue
Block a user