mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +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 $<
|
$(CC) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -o $@ -E $<
|
||||||
|
|
||||||
.PHONY: codespell
|
.PHONY: codespell
|
||||||
|
CODESPELL = codespell
|
||||||
codespell:
|
codespell:
|
||||||
$(AM_V_GEN) cd $(srcdir) \
|
$(AM_V_GEN) cd $(srcdir) \
|
||||||
&& codespell \
|
&& $(CODESPELL) \
|
||||||
--regex "[\\w\\-'’\`]+\+*" \
|
--regex "[\\w\\-'’\`]+\+*" \
|
||||||
--ignore-words-list "ba,circularly,cloneable,copyable,define'd,dout,froms,iff,ifset,od,ois" \
|
--ignore-words-list "ba,circularly,cloneable,copyable,define'd,dout,froms,iff,ifset,od,ois" \
|
||||||
$$(git ls-files data doc lib src tests)
|
$$(git ls-files data doc lib src tests)
|
||||||
|
|||||||
@@ -513,7 +513,7 @@ tag:
|
|||||||
// A non empty list of possibly tagged symbols for %nterm.
|
// A non empty list of possibly tagged symbols for %nterm.
|
||||||
//
|
//
|
||||||
// Can easily be defined like symbol_decls but restricted to ID, but
|
// 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"'.
|
// make nicer error messages on "%nterm 'a'" or '%nterm FOO "foo"'.
|
||||||
nterm_decls:
|
nterm_decls:
|
||||||
token_decls
|
token_decls
|
||||||
|
|||||||
Reference in New Issue
Block a user