* boot-9.scm: don't define timer-thunk or gc-thunk.
authorGary Houston <ghouston@arglist.com>
Tue, 29 Apr 1997 08:15:55 +0000 (08:15 +0000)
committerGary Houston <ghouston@arglist.com>
Tue, 29 Apr 1997 08:15:55 +0000 (08:15 +0000)
ice-9/ChangeLog
ice-9/boot-9.scm

index b4f50ef..3333ea6 100644 (file)
@@ -1,3 +1,7 @@
+Tue Apr 29 06:54:46 1997  Gary Houston  <ghouston@actrix.gen.nz>
+
+       * boot-9.scm: don't define timer-thunk or gc-thunk.
+
 Sun Apr 27 17:56:09 1997  Jim Blandy  <jimb@floss.cyclic.com>
 
        * aclocal.m4: Removed; unnecessary, given changes of Apr 24.
index 919b5d7..a5f868e 100644 (file)
 ;    (21 TICK_SIGNAL "tick")))
 
 
-(define (timer-thunk) #t)
-(define (gc-thunk) #t)
 (define (alarm-thunk) #t)
 
 (define (signal-handler n)