diff options
author | Jim Blandy <jimb@redhat.com> | 1992-06-24 05:09:26 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-06-24 05:09:26 +0000 |
commit | daa3760289bd389e8c174c8d24b375cd875cd911 (patch) | |
tree | 0abe3e6108e0e5a7c98f4c4aa68a495b0ecef09a /src/alloc.c | |
parent | a4275ad1c8f60239b0bad43cef97ca86d35a51a3 (diff) | |
download | emacs-daa3760289bd389e8c174c8d24b375cd875cd911.tar.gz emacs-daa3760289bd389e8c174c8d24b375cd875cd911.tar.bz2 emacs-daa3760289bd389e8c174c8d24b375cd875cd911.zip |
*** empty log message ***
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 9c63f8fe132..c0d92e33802 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -960,7 +960,7 @@ Does not copy symbols.") struct gcpro *gcprolist; -#define NSTATICS 256 +#define NSTATICS 512 Lisp_Object *staticvec[NSTATICS] = {0}; |