comparison src/lread.c @ 5117:951396781a0e

(OBARRAY_SIZE): Increase from 509.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Nov 1993 03:33:33 +0000
parents 9c277d938ccd
children 52629d087993
comparison
equal deleted inserted replaced
5116:b0ff9171868a 5117:951396781a0e
1608 1608
1609 map_obarray (obarray, mapatoms_1, function); 1609 map_obarray (obarray, mapatoms_1, function);
1610 return Qnil; 1610 return Qnil;
1611 } 1611 }
1612 1612
1613 #define OBARRAY_SIZE 509 1613 #define OBARRAY_SIZE 1511
1614 1614
1615 void 1615 void
1616 init_obarray () 1616 init_obarray ()
1617 { 1617 {
1618 Lisp_Object oblength; 1618 Lisp_Object oblength;