summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-11-16 21:17:25 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-11-16 21:17:25 +0000
commit831977bea08961a41077430f201e38ada10f0c68 (patch)
tree7f115316ebe50290bbd8bfe8c8917c5b72e8db16 /pp.c
parent2e87f53342e3c5c0b1e487e8deaba1d54b74e326 (diff)
downloadperl-831977bea08961a41077430f201e38ada10f0c68.tar.gz
Regen Configure.
p4raw-id: //depot/cfgperl@4592
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index e7c966fc28..f33857c292 100644
--- a/pp.c
+++ b/pp.c
@@ -4843,7 +4843,7 @@ PP(pp_pack)
sv_catpvn(cat, (char*)&aquad, sizeof(Quad_t));
}
break;
-#endif /* Quad_t */
+#endif
case 'P':
len = 1; /* assume SV is correct length */
/* FALL THROUGH */