projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f38e12d
)
Silence "possible data loss" warning.
Nicholas Clark [Fri, 25 Jan 2008 08:23:32 +0000 (08:23 +0000)]
p4raw-id: //depot/perl@33067
pp_ctl.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_ctl.c
b/pp_ctl.c
index
20df134
..
67f450c
100644
(file)
--- a/
pp_ctl.c
+++ b/
pp_ctl.c
@@
-1835,7
+1835,7
@@
PP(pp_enteriter)
register PERL_CONTEXT *cx;
const I32 gimme = GIMME_V;
SV **svp;
- U16 cxtype = 0;
+ U8 cxtype = 0;
#ifdef USE_ITHREADS
void *iterdata;
#endif