From 5e88a39e2c80d4d701e6fd2ff1f25f6fad9a3966 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 23 Nov 1993 03:33:33 +0000 Subject: [PATCH] (OBARRAY_SIZE): Increase from 509. --- src/lread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lread.c b/src/lread.c index 5dbc921f82..a897a871a4 100644 --- a/src/lread.c +++ b/src/lread.c @@ -1610,7 +1610,7 @@ OBARRAY defaults to the value of `obarray'.") return Qnil; } -#define OBARRAY_SIZE 509 +#define OBARRAY_SIZE 1511 void init_obarray () -- 2.20.1