mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Add header comment
This commit is contained in:
parent
bcecdd912a
commit
265e34ee08
1 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
||||||
|
;; Simple test to prevent regressions of top-level c-compiler-options
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
(scheme write)
|
(scheme write)
|
||||||
(cyclone foreign))
|
(cyclone foreign))
|
||||||
|
|
||||||
;(c-linker-options "-I/tmp")
|
|
||||||
(c-compiler-options "-I/tmp")
|
(c-compiler-options "-I/tmp")
|
||||||
;(define c-compiler-options list)
|
|
||||||
;(c-linker-options "-I/tmp")
|
|
||||||
|
|
||||||
(display "hello")
|
(display "hello")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue