From: Richard M. Stallman Date: Tue, 23 Nov 1993 03:33:33 +0000 (+0000) Subject: (OBARRAY_SIZE): Increase from 509. X-Git-Tag: emacs-19.34~10734 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e88a39e2c80d4d701e6fd2ff1f25f6fad9a3966;p=emacs.git (OBARRAY_SIZE): Increase from 509. --- diff --git a/src/lread.c b/src/lread.c index 5dbc921f829..a897a871a4e 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 ()