From 2c73f20e996ffee75a8710b7a656180300667658 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 10 Jun 2016 22:51:11 -0400 Subject: [PATCH] Remove debugging --- scheme/cyclone/macros.sld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scheme/cyclone/macros.sld b/scheme/cyclone/macros.sld index a9af6be7..6451f4f3 100644 --- a/scheme/cyclone/macros.sld +++ b/scheme/cyclone/macros.sld @@ -8,11 +8,11 @@ ;;;; (define-library (scheme cyclone macros) (import (scheme base) - (scheme write) ;; Debug only + ;(scheme write) ;; Debug only (scheme eval) ;; TODO: without this line, compilation just ;; silently fails. WTF?? - (scheme cyclone util)) - ; TODO: really need export-all for these cyclone libs!! + (scheme cyclone util) + ) (export define-syntax? macro:macro?