summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Lavine <nlavine@haverford.edu>2011-03-06 00:12:37 -0500
committerAndy Wingo <wingo@pobox.com>2011-03-24 21:15:20 +0100
commit0de844153363ce588a42f6597f79304f66390ea0 (patch)
tree32079700a331077835b0c21357405f735216808d
parent2a58757ecd0a2ede11e3fb550a0136098c96e859 (diff)
downloadguile-0de844153363ce588a42f6597f79304f66390ea0.tar.gz
Remove eval-when
* module/ice-9/peg.scm: remove the eval-when statement
-rw-r--r--module/ice-9/peg.scm5
1 files changed, 0 insertions, 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))))))))))))
-
-)
-