mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +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)
|
(define-library (scheme cyclone macros)
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
(scheme write) ;; Debug only
|
;(scheme write) ;; Debug only
|
||||||
(scheme eval) ;; TODO: without this line, compilation just
|
(scheme eval) ;; TODO: without this line, compilation just
|
||||||
;; silently fails. WTF??
|
;; silently fails. WTF??
|
||||||
(scheme cyclone util))
|
(scheme cyclone util)
|
||||||
; TODO: really need export-all for these cyclone libs!!
|
)
|
||||||
(export
|
(export
|
||||||
define-syntax?
|
define-syntax?
|
||||||
macro:macro?
|
macro:macro?
|
||||||
|
|
Loading…
Add table
Reference in a new issue