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:
parent
05be3f1a8a
commit
5e88a39e2c
1 changed files with 1 additions and 1 deletions
|
|
@ -1610,7 +1610,7 @@ OBARRAY defaults to the value of `obarray'.")
|
|||
return Qnil;
|
||||
}
|
||||
|
||||
#define OBARRAY_SIZE 509
|
||||
#define OBARRAY_SIZE 1511
|
||||
|
||||
void
|
||||
init_obarray ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue