[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Patch] Some fixes for the MinGW port
From: |
Kevin Ryde |
Subject: |
Re: [Patch] Some fixes for the MinGW port |
Date: |
Thu, 04 Jan 2007 08:47:15 +1100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Cesar Strauss <address@hidden> 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!