changeset 5117:951396781a0e

(OBARRAY_SIZE): Increase from 509.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Nov 1993 03:33:33 +0000
parents b0ff9171868a
children eec34ce70181
files src/lread.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lread.c	Tue Nov 23 03:23:05 1993 +0000
+++ b/src/lread.c	Tue Nov 23 03:33:33 1993 +0000
@@ -1610,7 +1610,7 @@
   return Qnil;
 }
 
-#define OBARRAY_SIZE 509
+#define OBARRAY_SIZE 1511
 
 void
 init_obarray ()