Change 33067 by [EMAIL PROTECTED] on 2008/01/25 08:23:32
Silence "possible data loss" warning.
Affected files ...
... //depot/perl/pp_ctl.c#674 edit
Differences ...
==== //depot/perl/pp_ctl.c#674 (text) ====
Index: perl/pp_ctl.c
--- perl/pp_ctl.c#673~33063~ 2008-01-24 05:57:20.000000000 -0800
+++ perl/pp_ctl.c 2008-01-25 00:23:32.000000000 -0800
@@ -1835,7 +1835,7 @@
register PERL_CONTEXT *cx;
const I32 gimme = GIMME_V;
SV **svp;
- U16 cxtype = 0;
+ U8 cxtype = 0;
#ifdef USE_ITHREADS
void *iterdata;
#endif
End of Patch.