* boot-9.scm: Removed the enabling of debug evaluator and
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 27 Feb 1997 22:36:16 +0000 (22:36 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 27 Feb 1997 22:36:16 +0000 (22:36 +0000)
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.)

ice-9/ChangeLog
ice-9/boot-9.scm

index 41d5d95..81bfeda 100644 (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>
 
        * boot-9.scm (module-defined?): New function.
index 6cae918..5015a13 100644 (file)
 ;;;
 
 \f
-;;; 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)))
-
-\f
 ;;; {Features}
 ;;