From 57ea426945a5bb2669be07572a733f3d12df3640 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 22 Jan 2013 17:51:49 -0800 Subject: [PATCH] Undo stray change committed by mistake. --- src/unexmacosx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unexmacosx.c b/src/unexmacosx.c index bec1d0a1b04..8d4e636fa5c 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c @@ -437,7 +437,7 @@ build_region_list (void) } -#define MAX_UNEXEC_REGIONS 800 +#define MAX_UNEXEC_REGIONS 400 static int num_unexec_regions; typedef struct { -- 2.39.2