This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a printf thinko: now quads must have the ll L q prefix.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 7 Sep 1999 09:41:23 +0000 (09:41 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 7 Sep 1999 09:41:23 +0000 (09:41 +0000)
commit22f3ae8cbf6c65afe1b66665ab51a244fa3a6869
tree69306625787572dbed0783f783430de5a15fc336
parent716026f96c8d48603497e3610163f08d8c9aeae6
Fix a printf thinko: now quads must have the ll L q prefix.
(in other words, a bare %d is an int/unsigned)

p4raw-id: //depot/cfgperl@4097
pp_sys.c
sv.c
t/op/64bit.t