Constant.t for EBCDIC platforms
[p5sagit/p5-mst-13.2.git] / pp.c
diff --git a/pp.c b/pp.c
index 08cb9cf..ae29d79 100644 (file)
--- a/pp.c
+++ b/pp.c
@@ -3849,7 +3849,7 @@ PP(pp_hslice)
        while (++MARK <= SP) {
            SV *keysv = *MARK;
            SV **svp;
-           I32 preeminent;
+           bool preeminent = FALSE;
 
             if (localizing) {
                 preeminent = SvRMAGICAL(hv) && !other_magic ? 1 :