comparison src/alloc.c @ 97230:a279d4c66e68

(NSTATICS): Bump to 0x640.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Aug 2008 16:40:43 +0000
parents 0e3e875ffade
children e038c1a8307c
comparison
equal deleted inserted replaced
97229:84d4fb2fbce8 97230:a279d4c66e68
497 struct gcpro *gcprolist; 497 struct gcpro *gcprolist;
498 498
499 /* Addresses of staticpro'd variables. Initialize it to a nonzero 499 /* Addresses of staticpro'd variables. Initialize it to a nonzero
500 value; otherwise some compilers put it into BSS. */ 500 value; otherwise some compilers put it into BSS. */
501 501
502 #define NSTATICS 0x600 502 #define NSTATICS 0x640
503 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; 503 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
504 504
505 /* Index of next unused slot in staticvec. */ 505 /* Index of next unused slot in staticvec. */
506 506
507 static int staticidx = 0; 507 static int staticidx = 0;