comparison src/alloc.c @ 91076:b55268b337cd

(NSTATICS): Revert spurious change made in last merge.
author Jason Rumney <jasonr@gnu.org>
date Mon, 29 Oct 2007 23:31:22 +0000
parents 4bc33ffdda1a
children 53108e6cea98
comparison
equal deleted inserted replaced
91075:2a685ee1b5bb 91076:b55268b337cd
500 struct gcpro *gcprolist; 500 struct gcpro *gcprolist;
501 501
502 /* Addresses of staticpro'd variables. Initialize it to a nonzero 502 /* Addresses of staticpro'd variables. Initialize it to a nonzero
503 value; otherwise some compilers put it into BSS. */ 503 value; otherwise some compilers put it into BSS. */
504 504
505 #define NSTATICS 1280 505 #define NSTATICS 0x600
506 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; 506 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
507 507
508 /* Index of next unused slot in staticvec. */ 508 /* Index of next unused slot in staticvec. */
509 509
510 static int staticidx = 0; 510 static int staticidx = 0;