mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
Comment out useless nonterminals from python.wy
This commit is contained in:
parent
1b855aa8dd
commit
010db58e03
1 changed files with 10 additions and 9 deletions
|
|
@ -1147,16 +1147,17 @@ fpdef
|
|||
;; (identity $2)
|
||||
;
|
||||
|
||||
;; fplist: fpdef (',' fpdef)* [',']
|
||||
fplist
|
||||
: fpdef_list comma_opt
|
||||
;
|
||||
;; These rules are now useless because the above rule doesn't refer to them.
|
||||
;; ;; fplist: fpdef (',' fpdef)* [',']
|
||||
;; fplist
|
||||
;; : fpdef_list comma_opt
|
||||
;; ;
|
||||
|
||||
;; fpdef (',' fpdef)*
|
||||
fpdef_list
|
||||
: fpdef
|
||||
| fpdef_list COMMA fpdef
|
||||
;
|
||||
;; ;; fpdef (',' fpdef)*
|
||||
;; fpdef_list
|
||||
;; : fpdef
|
||||
;; | fpdef_list COMMA fpdef
|
||||
;; ;
|
||||
|
||||
;; ['=' test]
|
||||
eq_test_opt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue