1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2003-04-12 18:41:57 +00:00
parent 084210bf9a
commit 659c80d9b5
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,9 @@
2003-04-12 Rob Browning <rlb@defaultvalue.org>
* backtrace.c (display_backtrace_file): correct a couple of
instances of "file == SCM_BOOL_F" to "SCM_FALSEP (file)"
(shouldn't be comparing values directly).
* __scm.h (SCM_FLUSH_REGISTER_WINDOWS): don't just rely on "sparc"
test. Instead use
#if defined (sparc) || defined (__sparc__) || defined (__sparc)

View file

@ -1,3 +1,7 @@
2003-04-12 Rob Browning <rlb@defaultvalue.org>
* md/axp.s (qt_vstart): fix assembly bugs. Thanks to Falk Hueffner.
2003-02-01 Rob Browning <rlb@defaultvalue.org>
* Makefile.am (CLEANFILES): add qtmds.s qtmdc.c qtmdb.s