diff --git a/module/ice-9/peg.scm b/module/ice-9/peg.scm index 4269f9bc7..644af6d79 100644 --- a/module/ice-9/peg.scm +++ b/module/ice-9/peg.scm @@ -53,8 +53,6 @@ execute the STMTs and try again." (or test (begin stmt stmt* ... (lp))))))) -(eval-when (compile load eval) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;; FOR DEFINING AND USING NONTERMINALS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -96,6 +94,3 @@ execute the STMTs and try again." (make-prec at end string (string-collapse match)))))))))))) - -) -