mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
remove *mode* fluid from psyntax
* module/ice-9/psyntax.scm: Remove the *mode* fluid. Whee :) (macroexpand): No need to bind aa *mode* fluid. * module/ice-9/psyntax-pp.scm: Regenerated.
This commit is contained in:
parent
632ddbf02b
commit
131ae7b49d
2 changed files with 8235 additions and 8308 deletions
File diff suppressed because it is too large
Load diff
|
@ -294,8 +294,6 @@
|
|||
...))))))
|
||||
|
||||
(let ()
|
||||
(define *mode* (make-fluid))
|
||||
|
||||
(define-expansion-constructors)
|
||||
|
||||
;;; hooks to nonportable run-time helpers
|
||||
|
@ -2372,8 +2370,7 @@
|
|||
'(eval)
|
||||
(cadr rest)))
|
||||
(mod (cons 'hygiene (module-name (current-module)))))
|
||||
(with-fluids ((*mode* m))
|
||||
(chi-top x null-env top-wrap m esew mod)))))
|
||||
(chi-top x null-env top-wrap m esew mod))))
|
||||
|
||||
(set! identifier?
|
||||
(lambda (x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue