remove define-syntax-macro from boot-9.scm
authorAndy Wingo <wingo@pobox.com>
Tue, 2 Sep 2008 16:32:31 +0000 (09:32 -0700)
committerAndy Wingo <wingo@pobox.com>
Sun, 7 Sep 2008 20:27:18 +0000 (22:27 +0200)
commit275e00329555ce572fe9a68f7692dbecc52d8b34
tree2aab4684e6114592d1ba2d766ff88360c36d5cdb
parent29a321aef0ee0b63e63c13bb394adaff0fb3ffb6
remove define-syntax-macro from boot-9.scm

* ice-9/boot-9.scm (defmacro:syntax-transformer, define-syntax-macro):
  Removed these, as I could not see anywhere they were being used, and
  they use the unnecessary procedure->syntax procedure.
ice-9/boot-9.scm