diff options
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.") | |||
| 960 | 960 | ||
| 961 | struct gcpro *gcprolist; | 961 | struct gcpro *gcprolist; |
| 962 | 962 | ||
| 963 | #define NSTATICS 256 | 963 | #define NSTATICS 512 |
| 964 | 964 | ||
| 965 | Lisp_Object *staticvec[NSTATICS] = {0}; | 965 | Lisp_Object *staticvec[NSTATICS] = {0}; |
| 966 | 966 | ||