summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-08-12 19:06:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-12 19:06:17 +0000
commitb0ce926a45891e83ffb4badae874161f93c0eb49 (patch)
treea2f2a862e5772fc9327bca76b1c071c1d42ccd7d /sv.c
parent48ea9154b5bf72f4cb5316d6cd8a1fc9b386ffea (diff)
downloadperl-b0ce926a45891e83ffb4badae874161f93c0eb49.tar.gz
Add Configure -Duselongdouble and add a missing semicolon.
p4raw-id: //depot/cfgperl@3969
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 26c2b3472e..520a3b69ab 100644
--- a/sv.c
+++ b/sv.c
@@ -5130,7 +5130,7 @@ Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV
#ifdef USE_LONG_DOUBLE
{
char* p = PERL_PRIfldbl + sizeof(PERL_PRIfldbl) - 3;
- while (p >= PERL_PRIfldbl) { *--eptr = *p-- }
+ while (p >= PERL_PRIfldbl) { *--eptr = *p--; }
}
#endif
if (has_precis) {