~ chicken-core (chicken-5) ef4420c6848e7ea5a7817eedb33a742d0a7ce76e


commit ef4420c6848e7ea5a7817eedb33a742d0a7ce76e
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Dec 29 00:59:33 2009 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Dec 29 00:59:33 2009 +0100

    trivial fixes

diff --git a/misc/compiler.files b/misc/compiler.files
index 9f4efd92..73c28fe9 100644
--- a/misc/compiler.files
+++ b/misc/compiler.files
@@ -4,6 +4,7 @@ support.scm
 batch-driver.scm
 c-backend.scm
 c-platform.scm
+compiler-syntax.scm
 chicken.scm
 scrutinizer.scm
 unboxing.scm
diff --git a/tests/runtests.sh b/tests/runtests.sh
index cbdceceb..522553de 100644
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -218,7 +218,7 @@ time ./a.out
 echo "======================================== running slatex ..."
 $compile slatex.scm -O5
 mkdir -p slatexdir
-rm slatexdir/*
+rm -f slatexdir/*
 time ./a.out
 
 echo "======================================== running floating-point benchmark ..."
Trap