aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-23 03:33:33 +0000
committerRichard M. Stallman <[email protected]>1993-11-23 03:33:33 +0000
commit5e88a39e2c80d4d701e6fd2ff1f25f6fad9a3966 (patch)
treef2b0c2876fc6888a5b8be58004b22f873c2fb63f
parent05be3f1a8a6e2b13b078511e65ccddc8b95463d2 (diff)
(OBARRAY_SIZE): Increase from 509.
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
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 ()