aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 0ab1820e83a..d83a6bbf2ee 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -396,7 +396,7 @@ struct gcpro *gcprolist;
396 396
397/* Addresses of staticpro'd variables. */ 397/* Addresses of staticpro'd variables. */
398 398
399#define NSTATICS 1024 399#define NSTATICS 1026
400Lisp_Object *staticvec[NSTATICS] = {0}; 400Lisp_Object *staticvec[NSTATICS] = {0};
401 401
402/* Index of next unused slot in staticvec. */ 402/* Index of next unused slot in staticvec. */