1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Mps: typo in config.h was breaking freebsd builds.

Copied from Perforce
 Change: 161905
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 2007-03-09 09:35:31 +00:00
parent 76e9f4ae06
commit 8ac9a23ede

View file

@ -242,7 +242,7 @@
#define PROT_SIGINFO_GOOD(info) (1)
#elif defined(MPS_OS_O1)
#define PROT_SIGINFO_GOOD(info) ((info)->si_code == SEGV_ACCERR)
#elif define(MPS_OS_FR)
#elif defined(MPS_OS_FR)
#define PROT_SIGINFO_GOOD(info) ((info)->si_code == BUS_PAGE_FAULT)
#endif