~ chicken-core (chicken-5) 399e46fbfcb06b604b7944bb6ae02166bf6a2637


commit 399e46fbfcb06b604b7944bb6ae02166bf6a2637
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Apr 10 11:34:28 2017 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Apr 10 11:34:28 2017 +0200

    eval.scm: more merge debris

diff --git a/eval.scm b/eval.scm
index 6e4aab8b..74089147 100644
--- a/eval.scm
+++ b/eval.scm
@@ -729,11 +729,7 @@
 			 [(##core#require-for-syntax)
 			  (let ((id (cadr x)))
 			    (load-extension id)
-			    (compile
-			     `(##core#begin
-			       ,@(map (lambda (x)
-					`(##sys#load-extension (##core#quote ,x)))
-				      (lookup-runtime-requirements id)))
+			    (compile '(##core#undefined)
 			     e #f tf cntr se #f))]
 
 			 [(##core#require)
Trap