summaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
authorLars Brinkhoff <lars@nocrew.org>2017-04-03 08:42:18 +0200
committerLars Brinkhoff <lars@nocrew.org>2017-04-10 08:32:23 +0200
commitc9b173eff5154cfd2d7567cdf400e48c88fd51d2 (patch)
treee87ce1ccc69052906f8713f4720d9578be6e5534 /src/print.c
parent0fb52dcc45742af58a081bd6ca27b70f6a6a1899 (diff)
downloademacs-scratch/pvsize.tar.gz
Please revew: PVSIZE, pseudovector size.scratch/pvsize
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 76f263994e6..872103bd4c2 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1966,7 +1966,7 @@ print_object (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag)
case PVEC_RECORD:
{
- ptrdiff_t n, size = ASIZE (obj) & PSEUDOVECTOR_SIZE_MASK;
+ ptrdiff_t n, size = PVSIZE (obj);
int i;
/* Don't print more elements than the specified maximum. */