summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-01 05:33:14 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-01 05:33:14 +0000
commitd9aad7f7caf6c1d42b8e71a2a04bfca6447d2827 (patch)
treedccc6636377483116741f280578188f0a4360f81 /pp.c
parent57b2e4523f4df782c055782388ac1aacff9603ef (diff)
parentd132b95fb004c5e3d94e297d3804c90cfef96fed (diff)
downloadperl-d9aad7f7caf6c1d42b8e71a2a04bfca6447d2827.tar.gz
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4606
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 529fa9dcba..d977c34275 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 */