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:
parent
76e9f4ae06
commit
8ac9a23ede
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue