~ chicken-core (chicken-5) 9381c498521117be43f1714c8513b9604361e403
commit 9381c498521117be43f1714c8513b9604361e403
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Apr 12 13:23:28 2017 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Wed Apr 12 13:23:28 2017 +0200
csc: dropped redundant change, that was taken care of earlier.
diff --git a/csc.scm b/csc.scm
index 1e011045..12c93f65 100644
--- a/csc.scm
+++ b/csc.scm
@@ -883,7 +883,7 @@ EOF
(list (cond (cpp-mode c++-compiler)
(else compiler) )
(quotewrap f)
- (string-append compile-output-flag (quotewrap (if compile-only target-filename fo)))
+ (string-append compile-output-flag (quotewrap fo))
compile-only-flag
(if (and cpp-mode (string=? "g++" c++-compiler))
"-Wno-write-strings"
Trap