diff options
| author | Eli Zaretskii | 2008-08-02 16:41:36 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-02 16:41:36 +0000 |
| commit | 0078170f722188a741d16949b4d24c67dd0c310d (patch) | |
| tree | cc989744658b5584f57f92674ab3b3f2c43d4392 /src/alloc.c | |
| parent | 934e2a689422aca8e2a91ac064b7a504770d4642 (diff) | |
| download | emacs-0078170f722188a741d16949b4d24c67dd0c310d.tar.gz emacs-0078170f722188a741d16949b4d24c67dd0c310d.zip | |
(NSTATICS): Bump to 0x640.
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 ac28a321649..9fe78e88060 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -499,7 +499,7 @@ struct gcpro *gcprolist; | |||
| 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. */ |