diff options
author | Andy Wingo <wingo@pobox.com> | 2009-04-26 11:48:29 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2009-04-26 11:48:29 +0200 |
commit | 00bbb89e9694faac612ecf2e234291df086ebd11 (patch) | |
tree | ad4dfbde443bc548a41ca164ee8fb85bcefb3022 | |
parent | f176c584d0513f4dea82329011f81f114f3a8ec9 (diff) | |
download | guile-00bbb89e9694faac612ecf2e234291df086ebd11.tar.gz |
remove sc-macro definition
* module/ice-9/boot-9.scm (sc-macro): Remove sc-macro definition, yay.
-rw-r--r-- | module/ice-9/boot-9.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm index e529e2538..5becaa8a3 100644 --- a/module/ice-9/boot-9.scm +++ b/module/ice-9/boot-9.scm @@ -140,7 +140,6 @@ '(guile)) (define (module-add! module sym var) (hashq-set! (%get-pre-modules-obarray) sym var)) -(define sc-macro 'sc-macro) (define (make-module-ref mod var kind) (case kind ((public) (if mod `(@ ,mod ,var) var)) |