1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(OBARRAY_SIZE): Increase from 509.

This commit is contained in:
Richard M. Stallman 1993-11-23 03:33:33 +00:00
parent 05be3f1a8a
commit 5e88a39e2c

View 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 ()