This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

SIGIOT?


Hi,

Should/can we depend on SIGIOT being defined?  What about:

--- scmsigs.c.orig	Wed Jun 14 02:09:31 2000
+++ scmsigs.c	Fri Jun 16 19:45:49 2000
@@ -300,7 +300,7 @@
     case SIGSEGV:
     case SIGBUS:
     case SIGABRT:
-#if SIGIOT != SIGABRT
+#if defined (SIGIOT) && SIGIOT != SIGABRT
     case SIGIOT:
 #endif
     case SIGTRAP:


Greetings,
Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]