fix install-global construction of `define' forms
authorAndy Wingo <wingo@pobox.com>
Thu, 7 May 2009 08:27:53 +0000 (10:27 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 7 May 2009 08:27:53 +0000 (10:27 +0200)
commitf27e9e11cd01eefa9eab3cfd277120ce73e3355a
tree4e8bbd269a1f8d2d34a9fd92bfc35d422d2c3129
parentf4a644ee886903df43810f1a0e65ce2ef891999f
fix install-global construction of `define' forms

* module/ice-9/psyntax.scm (build-global-definition): Remove mod
  argument, as it does not seem we could ever define something in another
  module.
  (chi-install-global): Build the define as a definition, not an
  application. Doesn't matter now, but it will later.
  (chi-top): Fix build-global-definition call.

* module/ice-9/psyntax.scm: Regenerated.
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm