define-type no longer expects `|' subform
authorAndy Wingo <wingo@pobox.com>
Fri, 24 Oct 2008 09:09:43 +0000 (11:09 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 25 Oct 2008 20:58:48 +0000 (22:58 +0200)
commit1086fabdc9452846f1b269da7faf2022b5cc7472
tree3e8878699722625d40b648d11dc67b6ff93322f8
parentf9d44e84761a2898671deb10ad538aad04f232ab
define-type no longer expects `|' subform

* module/system/base/syntax.scm (define-type): Rework to not require the
  `|', which confuses Emacs.

* module/system/il/ghil.scm (<ghil>):
* module/system/il/glil.scm (<glil>): Adapt to define-type changes.
module/system/base/syntax.scm
module/system/il/ghil.scm
module/system/il/glil.scm