~ chicken-core (chicken-5) c0442ea167af88e75aa6965012638dfa1bc38781
commit c0442ea167af88e75aa6965012638dfa1bc38781 Author: Evan Hanson <evhan@foldling.org> AuthorDate: Tue Jan 12 22:45:29 2016 +1300 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Tue Mar 8 22:52:33 2016 +1300 Hide check-for-multiple-bindings diff --git a/expand.scm b/expand.scm index 1ac5f5b3..d4958809 100644 --- a/expand.scm +++ b/expand.scm @@ -32,6 +32,7 @@ (uses extras internal) (disable-interrupts) (fixnum) + (hide check-for-multiple-bindings) (not inline ##sys#syntax-error-hook ##sys#compiler-syntax-hook ##sys#toplevel-definition-hook))Trap