aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 35f89860843..913a14b3e42 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1697,7 +1697,7 @@ print_object (Lisp_Object obj, register Lisp_Object printcharfun, int escapeflag
1697 } 1697 }
1698 else if (BOOL_VECTOR_P (obj)) 1698 else if (BOOL_VECTOR_P (obj))
1699 { 1699 {
1700 register int i; 1700 ptrdiff_t i;
1701 register unsigned char c; 1701 register unsigned char c;
1702 struct gcpro gcpro1; 1702 struct gcpro gcpro1;
1703 EMACS_INT size_in_chars 1703 EMACS_INT size_in_chars