Patch from Hugo for the 'printf' problem:
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 10 Jun 2002 12:40:16 +0000 (12:40 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 10 Jun 2002 12:40:16 +0000 (12:40 +0000)
commit9e5b023a336559f55602e1de2a7813a7d5d82eec
tree61d1c326d12756530ac316adff927b71b9ffeaa1
parent4d52d6c74326dc5dd974e849751c5dfdf6605775
Patch from Hugo for the 'printf' problem:
- for SV-style calling, we can only get NV
- for C-style calling, we assume %f is double;
- for simplicity we allow any of %Lf, %llf, %qf for long double

p4raw-id: //depot/perl@17163
sv.c