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 | |
| parent | 934e2a689422aca8e2a91ac064b7a504770d4642 (diff) | |
| download | emacs-0078170f722188a741d16949b4d24c67dd0c310d.tar.gz emacs-0078170f722188a741d16949b4d24c67dd0c310d.zip | |
(NSTATICS): Bump to 0x640.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/alloc.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b6ff2386bb9..cd355044499 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-08-02 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-08-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * alloc.c (NSTATICS): Bump to 0x640. | ||
| 4 | |||
| 3 | * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines. | 5 | * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines. |
| 4 | 6 | ||
| 5 | * lisp.h: Add prototype for directory_files_internal. | 7 | * lisp.h: Add prototype for directory_files_internal. |
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. */ |