mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 16:20:17 +02:00
remove vestigal (pre-compile-psyntax.scm) load of
psyntax.ss (used to be needed during syntax-case development, but now only caused problems with the top-of-the-file eval export. Enabling the code as the comments instructed caused the other error when trying to recompile psyntax.pp.
This commit is contained in:
parent
172d1d9cba
commit
b2981fd6fd
1 changed files with 0 additions and 4 deletions
|
@ -243,10 +243,6 @@
|
|||
(read-options old-read))))
|
||||
|
||||
|
||||
;;; The following lines are necessary only if we start making changes
|
||||
;; (use-syntax sc-expand)
|
||||
;; (load-from-path "ice-9/psyntax.ss")
|
||||
|
||||
(define internal-eval (nested-ref the-scm-module '(app modules guile eval)))
|
||||
|
||||
(define (eval x environment)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue