scm_[current_]module_transformer returns the %pre-modules-transformer, if set
authorAndy Wingo <wingo@pobox.com>
Mon, 9 Mar 2009 19:49:54 +0000 (20:49 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 21 Apr 2009 21:02:17 +0000 (23:02 +0200)
commitb7e6589fff9fe85c46519ba20d45bf599ea56ffd
treeb35abf16bffe4179827bae7a4dcad79deaf16b9f
parentdec62b5ef8f03c17f95a89a38c27128b10a41f28
scm_[current_]module_transformer returns the %pre-modules-transformer, if set

* libguile/modules.c (scm_module_transformer)
  (scm_current_module_transformer): So, if the module system hasn't yet
  booted, take the current transformer from a variable named
  %pre-modules-transformer from the %pre-modules-obarray. This is a
  prequel to booting syncase early in boot-9.
libguile/modules.c