~ chicken-core (chicken-5) b1b832f9f9de08e2d6e99393725cb7b7e3f90dc3


commit b1b832f9f9de08e2d6e99393725cb7b7e3f90dc3
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Wed Aug 6 18:54:36 2014 +1200
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Wed Aug 6 18:54:36 2014 +1200

    Remove the nonexistent `zap-strings-flag` from compiler-namespace

diff --git a/compiler-namespace.scm b/compiler-namespace.scm
index ab664467..7af9593f 100644
--- a/compiler-namespace.scm
+++ b/compiler-namespace.scm
@@ -306,5 +306,4 @@
  with-debugging-output
  words
  words->bytes
- words-per-flonum
- zap-strings-flag) 
+ words-per-flonum) 
Trap