comparison src/alloc.c @ 90576:cf4b4d3f2600

(NSTATICS): Increased to 0x7F0.
author Kenichi Handa <handa@m17n.org>
date Mon, 07 Aug 2006 06:42:01 +0000
parents 858cb33ae39d
children dc93015fb8de
comparison
equal deleted inserted replaced
90575:2a1c34c2d3d0 90576:cf4b4d3f2600
499 struct gcpro *gcprolist; 499 struct gcpro *gcprolist;
500 500
501 /* Addresses of staticpro'd variables. Initialize it to a nonzero 501 /* Addresses of staticpro'd variables. Initialize it to a nonzero
502 value; otherwise some compilers put it into BSS. */ 502 value; otherwise some compilers put it into BSS. */
503 503
504 #define NSTATICS 1280 504 #define NSTATICS 0x7F0
505 Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; 505 Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
506 506
507 /* Index of next unused slot in staticvec. */ 507 /* Index of next unused slot in staticvec. */
508 508
509 int staticidx = 0; 509 int staticidx = 0;