~ chicken-core (chicken-5) ebbf08047adc719a65e9c44592542ebb120fbde9
commit ebbf08047adc719a65e9c44592542ebb120fbde9
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sat May 7 13:59:11 2011 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Sat May 7 13:59:11 2011 +0200
changed warning message
diff --git a/compiler.scm b/compiler.scm
index c1e18837..16c4f9fa 100644
--- a/compiler.scm
+++ b/compiler.scm
@@ -1528,7 +1528,7 @@
(set! enable-specialization #t))
((unsafe-specialized-arithmetic)
(set! unchecked-specialized-arithmetic #t))
- (else (warning "illegal declaration specifier" spec)) )
+ (else (warning "unknown declaration specifier" spec)) )
'(##core#undefined) ) ) )
Trap