diff options
Diffstat (limited to 'src')
| -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 c82b50aae36..171cdade81a 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -501,7 +501,7 @@ struct gcpro *gcprolist; | |||
| 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 0x7F0 | 504 | #define NSTATICS 0x600 |
| 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. */ |