diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-01-22 17:47:44 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-01-22 17:47:44 -0800 |
commit | ea78b8829899bfd61f9a495fca198efdd797ef50 (patch) | |
tree | 6fcfc9e7ab58a7920323158d4e92ec78cf408c1e /src/unexmacosx.c | |
parent | 9d93ce29bdf8aa277123170ef37f942f87e5073b (diff) | |
download | emacs-ea78b8829899bfd61f9a495fca198efdd797ef50.tar.gz |
Merge from gnulib.
Diffstat (limited to 'src/unexmacosx.c')
-rw-r--r-- | src/unexmacosx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexmacosx.c b/src/unexmacosx.c index 8d4e636fa5c..bec1d0a1b04 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c @@ -437,7 +437,7 @@ build_region_list (void) } -#define MAX_UNEXEC_REGIONS 400 +#define MAX_UNEXEC_REGIONS 800 static int num_unexec_regions; typedef struct { |