diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-12 19:06:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-12 19:06:17 +0000 |
commit | b0ce926a45891e83ffb4badae874161f93c0eb49 (patch) | |
tree | a2f2a862e5772fc9327bca76b1c071c1d42ccd7d /sv.c | |
parent | 48ea9154b5bf72f4cb5316d6cd8a1fc9b386ffea (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |