diff options
| author | Jason Rumney | 2007-10-29 23:31:22 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-10-29 23:31:22 +0000 |
| commit | 1ccaa71a47a4e7a0c3fafa2f91182421b3314f31 (patch) | |
| tree | 6d835219a1d1e9e6ebbc348a5dc40f48261c63ec /src/alloc.c | |
| parent | 212db81dad07b96ba4066587d74021e80de7d30a (diff) | |
| download | emacs-1ccaa71a47a4e7a0c3fafa2f91182421b3314f31.tar.gz emacs-1ccaa71a47a4e7a0c3fafa2f91182421b3314f31.zip | |
(NSTATICS): Revert spurious change made in last merge.
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 80abe170748..5e3c38943f4 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -502,7 +502,7 @@ struct gcpro *gcprolist; | |||
| 502 | /* Addresses of staticpro'd variables. Initialize it to a nonzero | 502 | /* Addresses of staticpro'd variables. Initialize it to a nonzero |
| 503 | value; otherwise some compilers put it into BSS. */ | 503 | value; otherwise some compilers put it into BSS. */ |
| 504 | 504 | ||
| 505 | #define NSTATICS 1280 | 505 | #define NSTATICS 0x600 |
| 506 | static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; | 506 | static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag}; |
| 507 | 507 | ||
| 508 | /* Index of next unused slot in staticvec. */ | 508 | /* Index of next unused slot in staticvec. */ |