1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 23:50:19 +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:
Rob Browning 2003-09-27 04:21:59 +00:00
parent 172d1d9cba
commit b2981fd6fd

View file

@ -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)