mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
module-name before syncase is booted
* module/ice-9/boot-9.scm (module-name): Give psyntax a module-name definition, even before psyntax is booted (in a future commit).
This commit is contained in:
parent
b1e93821a3
commit
efa6f9d944
1 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,11 @@
|
|||
|
||||
|
||||
|
||||
;; Before the module system boots, there are no module names. But
|
||||
;; psyntax does want a module-name definition, so give it one.
|
||||
(define (module-name x)
|
||||
#f)
|
||||
|
||||
;; (eval-when (situation...) form...)
|
||||
;;
|
||||
;; Evaluate certain code based on the situation that eval-when is used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue