Cesar Strauss <[EMAIL PROTECTED]> writes: > > + ;; SIGBUS is not present on mingw > + (if (defined? 'SIGBUS) > + `((,SIGBUS . "Bad memory access (bus error)")) > + '()))
Thanks, I made a similar change. I don't know why it's never shown up before, maybe noone ever got to the repl on mingw before! _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
