diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 7af3b17078e..aba76386dd6 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -431,7 +431,7 @@ struct gcpro *gcprolist; | |||
| 431 | /* Addresses of staticpro'd variables. Initialize it to a nonzero | 431 | /* Addresses of staticpro'd variables. Initialize it to a nonzero |
| 432 | value; otherwise some compilers put it into BSS. */ | 432 | value; otherwise some compilers put it into BSS. */ |
| 433 | 433 | ||
| 434 | #define NSTATICS 0x640 | 434 | #define NSTATICS 0x650 |
| 435 | static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; | 435 | static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; |
| 436 | 436 | ||
| 437 | /* Index of next unused slot in staticvec. */ | 437 | /* Index of next unused slot in staticvec. */ |