1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

* boot-9.scm: don't define timer-thunk or gc-thunk.

This commit is contained in:
Gary Houston 1997-04-29 08:15:55 +00:00
parent 1083023276
commit 3be7701343
2 changed files with 4 additions and 2 deletions

View 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.

View file

@ -598,8 +598,6 @@
; (21 TICK_SIGNAL "tick")))
(define (timer-thunk) #t)
(define (gc-thunk) #t)
(define (alarm-thunk) #t)
(define (signal-handler n)