~ chicken-core (chicken-5) d37f2bc30daddedea171abc536f90cb5323d89fc
commit d37f2bc30daddedea171abc536f90cb5323d89fc
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Aug 1 12:09:54 2013 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu Aug 1 12:09:54 2013 +0200
removed comment about nonexistant declaration specifier.
diff --git a/compiler.scm b/compiler.scm
index fdae8830..3cadc6b1 100644
--- a/compiler.scm
+++ b/compiler.scm
@@ -47,7 +47,6 @@
; (block)
; (block-global {<name>})
; (bound-to-procedure {<var>})
-; (c-options {<opt>})
; (compile-syntax)
; (disable-interrupts)
; (emit-import-library {<module> | (<module> <filename>)})
Trap