This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5512a2f
)
Re: [PATCH] do not assume quads or long doubles
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 22 Jan 2005 11:21:14 +0000
(13:21 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Sat, 22 Jan 2005 12:03:00 +0000
(12:03 +0000)
Message-ID: <
41F21B0A
.2050301@iki.fi>
Date: Sat, 22 Jan 2005 11:21:14 +0200
p4raw-id: //depot/perl@23860
pp_pack.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_pack.c
b/pp_pack.c
index
8bfdd5b
..
2ced68f
100644
(file)
--- a/
pp_pack.c
+++ b/
pp_pack.c
@@
-245,7
+245,7
@@
S_mul128(pTHX_ SV *sv, U8 m)
struct packsize_t {
- const char *array;
+ const
unsigned
char *array;
int first;
int size;
};