1
Fork 0
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:
Lars Ingebrigtsen 2019-06-18 02:42:44 +02:00
parent 1b855aa8dd
commit 010db58e03

View file

@ -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