syntax-object->datum => syntax->datum, likewise datum->syntax
authorAndy Wingo <wingo@pobox.com>
Sun, 26 Apr 2009 18:56:24 +0000 (20:56 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 26 Apr 2009 18:56:24 +0000 (20:56 +0200)
commit22225fc113e716ec20712825e71191fedf3eecd8
treec1e98f1037eeb1ccf15c1f956086ac79183ce646
parente4721dde312fb2e00963e826441edcc71ee840be
syntax-object->datum => syntax->datum, likewise datum->syntax

* module/ice-9/boot-9.scm (datum->syntax, syntax->datum): Rename from
  datum->syntax-object and syntax-object->datum, following r6rs. Change
  all callers. Reorder some of the other exports from psyntax.

* module/ice-9/psyntax.scm: Change datum->syntax and syntax->datum
  definitions and callers.

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

* module/oop/goops.scm (define-class-pre-definition): Update for changes.
module/ice-9/boot-9.scm
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm
module/oop/goops.scm