diff options
| author | Kenichi Handa | 2006-08-07 06:45:31 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-08-07 06:45:31 +0000 |
| commit | 63adfd79306f16331bb3769452ae1c574f10da0a (patch) | |
| tree | f2eef51081845b27e47e64f8f0c03c5e26f98cc0 /src/alloc.c | |
| parent | a7bd74767c5b91b72297e29f60104640f677aa2c (diff) | |
| download | emacs-63adfd79306f16331bb3769452ae1c574f10da0a.tar.gz emacs-63adfd79306f16331bb3769452ae1c574f10da0a.zip | |
(NSTATICS): Fix previous change.
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 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. */ |