add compile-toplevel and evaluate conditions to eval-case
authorAndy Wingo <wingo@pobox.com>
Mon, 19 May 2008 10:26:20 +0000 (12:26 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 2 Aug 2008 10:30:03 +0000 (12:30 +0200)
commit75e03dee5b21a1e2c300021e28aef3aa861b6b13
tree01db0be1084380b2fd45eb4b30305bfcc551e299
parent99f20fb62217fcac3d092c88fd5063a68e072c6f
add compile-toplevel and evaluate conditions to eval-case

* ice-9/boot-9.scm (eval-case): Define two more conditions:
  compile-toplevel and evaluate, as common lisp and chez scheme do.
  (defmacro, define-option-interface, define-macro, define-syntax-macro)
  (define-module, use-modules, use-syntax, define-public)
  (defmacro-public, export, re-export): Add `compile-toplevel' to all
  uses of eval-case.
ice-9/boot-9.scm