mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-10 22:37:38 +02:00
Removed old comments
This commit is contained in:
parent
ad3f716a0b
commit
b7a5d0c3ad
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@
|
||||||
(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)
|
||||||
;; silently fails. WTF??
|
|
||||||
(scheme cyclone util)
|
(scheme cyclone util)
|
||||||
)
|
)
|
||||||
(export
|
(export
|
||||||
|
|
Loading…
Add table
Reference in a new issue