~ chicken-core (chicken-5) e06aa80e0a4f344d11a1fb4490d457d1be64d85b
commit e06aa80e0a4f344d11a1fb4490d457d1be64d85b
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Dec 9 04:46:26 2010 -0500
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu Dec 9 04:46:26 2010 -0500
short option marker in csc for -module
diff --git a/csc.scm b/csc.scm
index 65d35695..9b0d18b3 100644
--- a/csc.scm
+++ b/csc.scm
@@ -174,7 +174,7 @@
(-b "-block") ) )
(define short-options
- (string->list "PHhsfiENxubvwAOeWkctgSJ") )
+ (string->list "PHhsfiENxubvwAOeWkctgSJM") )
;;; Variables:
Trap