mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 01:07:34 +02:00
Remove debugging
This commit is contained in:
parent
b67a7b75fe
commit
2c73f20e99
1 changed files with 3 additions and 3 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue