1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Fix interpretation of `(ice-9 getopt-long)'.

* module/ice-9/getopt-long.scm (define-one-option-spec-field-accessor,
  define-one-option-spec-field-modifier): Eval-case for `load-toplevel'
  as well so that the interpreter can load this module.
This commit is contained in:
Ludovic Courtès 2009-02-20 17:38:32 +01:00
parent d39b967642
commit 8f4e84855e

View file

@ -176,7 +176,7 @@
(define make-option-spec (record-constructor option-spec option-spec-fields))
(eval-case
((compile-toplevel)
((load-toplevel compile-toplevel)
;; The following procedures are used only at compile-time when expanding
;; `define-all-option-spec-accessors/modifiers' (see below).