~ chicken-core (chicken-5) b4da807a873a4c955704a81a69849ffb318fd927
commit b4da807a873a4c955704a81a69849ffb318fd927 Author: unknown <felix@.(none)> AuthorDate: Wed Nov 4 13:07:41 2009 +0100 Commit: unknown <felix@.(none)> CommitDate: Wed Nov 4 13:07:41 2009 +0100 removed references to obsolete option diff --git a/c-platform.scm b/c-platform.scm index 2ba21720..6823a363 100644 --- a/c-platform.scm +++ b/c-platform.scm @@ -87,7 +87,7 @@ profile inline keep-shadowed-macros ignore-repository fixnum-arithmetic disable-interrupts optimize-leaf-routines lambda-lift compile-syntax tag-pointers accumulate-profile - disable-stack-overflow-checks disable-c-syntax-checks unsafe-libraries raw + disable-stack-overflow-checks unsafe-libraries raw emit-external-prototypes-first release local inline-global analyze-only dynamic scrutinize no-argc-checks no-procedure-checks no-bound-checks no-procedure-checks-for-usual-bindings no-compiler-syntax diff --git a/csc.scm b/csc.scm index 2c694f07..2b0834cd 100644 --- a/csc.scm +++ b/csc.scm @@ -444,7 +444,6 @@ Usage: ~a FILENAME | OPTION ... -debug MODES display debugging output for the given modes -compiler PATHNAME use other compiler than default `chicken' - -disable-c-syntax-checks disable syntax checks of C code fragments -raw do not generate implicit init- and exit code -emit-external-prototypes-first emit prototypes for callbacks before foreignTrap