Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
[p5sagit/p5-mst-13.2.git] / proto.h
diff --git a/proto.h b/proto.h
index e5819ab..5208f6f 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -4369,6 +4369,7 @@ STATIC void       S_start_force(pTHX_ int where);
 STATIC void    S_curmad(pTHX_ char slot, SV *sv);
 #  endif
 PERL_CALLCONV int      Perl_madlex(pTHX);
+PERL_CALLCONV int      Perl_madparse(pTHX);
 #endif
 
 END_EXTERN_C