* boot-9.scm (use-syntax): Turned into a macro inorder to be
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 7 Jun 1998 10:29:40 +0000 (10:29 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 7 Jun 1998 10:29:40 +0000 (10:29 +0000)
commitcf266109003fc1b202bc62d9a23615ba3e45d545
tree228550a009a1bb5f9243748c5aa5e6d23d9059cf
parent6dabf6a95cc6e653dced403a52e446b20a9d014c
* boot-9.scm (use-syntax): Turned into a macro inorder to be
similar in use to `use-modules'.
Example: (use-syntax (ice-9 syncase)) will 1. load the module
(ice-9 syncase), and, 2. install the procedure `syncase' as eval
transformer.
(internal-use-syntax): New procedure.
(process-define-module): Use `internal-use-syntax'.
ice-9/ChangeLog
ice-9/boot-9.scm