From 74393a53cf15b76e74174a6c9d4015673d4474c0 Mon Sep 17 00:00:00 2001 From: Noah Lavine Date: Sun, 6 Mar 2011 00:12:37 -0500 Subject: [PATCH] Remove eval-when * module/ice-9/peg.scm: remove the eval-when statement --- module/ice-9/peg.scm | 5 ----- 1 file changed, 5 deletions(-) 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)))))))))))) - -) -