1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

Remove eval-when

* module/ice-9/peg.scm: remove the eval-when statement
This commit is contained in:
Noah Lavine 2011-03-06 00:12:37 -05:00 committed by Andy Wingo
parent 44bd21ae7b
commit 74393a53cf

View file

@ -53,8 +53,6 @@ execute the STMTs and try again."
(or test (or test
(begin stmt stmt* ... (lp))))))) (begin stmt stmt* ... (lp)))))))
(eval-when (compile load eval)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;; FOR DEFINING AND USING NONTERMINALS ;;;;; FOR DEFINING AND USING NONTERMINALS
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@ -96,6 +94,3 @@ execute the STMTs and try again."
(make-prec (make-prec
at end string at end string
(string-collapse match)))))))))))) (string-collapse match))))))))))))
)