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 e04f60baf03..4530e0a7377 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -2832,7 +2832,7 @@ struct Lisp_Vector *
2832allocate_pseudovector (int memlen, int lisplen, EMACS_INT tag) 2832allocate_pseudovector (int memlen, int lisplen, EMACS_INT tag)
2833{ 2833{
2834 struct Lisp_Vector *v = allocate_vectorlike (memlen); 2834 struct Lisp_Vector *v = allocate_vectorlike (memlen);
2835 EMACS_INT i; 2835 int i;
2836 2836
2837 /* Only the first lisplen slots will be traced normally by the GC. */ 2837 /* Only the first lisplen slots will be traced normally by the GC. */
2838 for (i = 0; i < lisplen; ++i) 2838 for (i = 0; i < lisplen; ++i)