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

* boot-9.scm: Removed the enabling of debug evaluator and

recording of source code positions.  This was placed there for our
convenience, but it has already sneaked into the distribution
once... so we'd better add this in our local copies instead when
we need it.  (These options are normally enabled at the end of
boot-9.scm when loading the debug module.)
This commit is contained in:
Mikael Djurfeldt 1997-02-27 22:36:16 +00:00
parent d18d1b6dd3
commit eb52a06bb3
2 changed files with 9 additions and 7 deletions

View file

@ -1,3 +1,12 @@
Thu Feb 27 23:25:47 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* boot-9.scm: Removed the enabling of debug evaluator and
recording of source code positions. This was placed there for our
convenience, but it has already sneaked into the distribution
once... so we'd better add this in our local copies instead when
we need it. (These options are normally enabled at the end of
boot-9.scm when loading the debug module.)
Thu Feb 27 16:04:45 1997 Marius Vollmer <mvo@zagadka.ping.de> Thu Feb 27 16:04:45 1997 Marius Vollmer <mvo@zagadka.ping.de>
* boot-9.scm (module-defined?): New function. * boot-9.scm (module-defined?): New function.

View file

@ -25,13 +25,6 @@
;;; file. ;;; file.
;;; ;;;
;;; During Guile development, we want to use debugging evaluator and record
;;; positions of source expressions in boot-9.scm by default.
(debug-options-interface (cons 'debug (debug-options-interface)))
(read-options-interface (cons 'positions (read-options-interface)))
;;; {Features} ;;; {Features}
;; ;;