]> git.eshelyaron.com Git - emacs.git/commitdiff
(OBARRAY_SIZE): Increase from 509.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Nov 1993 03:33:33 +0000 (03:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Nov 1993 03:33:33 +0000 (03:33 +0000)
src/lread.c

index 5dbc921f829d42e62f840c816cb6f0b7c1f025f6..a897a871a4e36ee4a7154325503d41f929b5d9ab 100644 (file)
@@ -1610,7 +1610,7 @@ OBARRAY defaults to the value of `obarray'.")
   return Qnil;
 }
 
-#define OBARRAY_SIZE 509
+#define OBARRAY_SIZE 1511
 
 void
 init_obarray ()