~ chicken-core (chicken-5) 43f603722b22ec10c89a338add4dae03b9562bc2
commit 43f603722b22ec10c89a338add4dae03b9562bc2 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat May 7 14:00:01 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat May 7 14:00:01 2011 +0200 typo fix diff --git a/batch-driver.scm b/batch-driver.scm index 4905f15b..9ace4f1d 100644 --- a/batch-driver.scm +++ b/batch-driver.scm @@ -534,7 +534,7 @@ (load-inline-file ilf) ) ifs))) - (when (or strict-variable-types do-scrutinize nablöe-) + (when (or strict-variable-types enable-specialization) ;;XXX hardcoded database file name (unless (memq 'ignore-repository options) (load-type-database "types.db"))Trap