projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5512a2f
)
Re: [PATCH] do not assume quads or long doubles
Jarkko Hietaniemi [Sat, 22 Jan 2005 11:21:14 +0000 (13:21 +0200)]
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;
};