mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +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)
|
||||
(scheme write)
|
||||
(cyclone foreign))
|
||||
|
||||
;(c-linker-options "-I/tmp")
|
||||
(c-compiler-options "-I/tmp")
|
||||
;(define c-compiler-options list)
|
||||
;(c-linker-options "-I/tmp")
|
||||
|
||||
(display "hello")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue