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 5e7785b..5208f6f 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -4354,6 +4354,22 @@ PERL_CALLCONV void       Perl_addmad(pTHX_ MADPROP* tm, MADPROP** root, char slot);
 PERL_CALLCONV MADPROP* Perl_newMADsv(pTHX_ char key, SV* sv);
 PERL_CALLCONV MADPROP* Perl_newMADPROP(pTHX_ char key, char type, void* val, I32 vlen);
 PERL_CALLCONV void     Perl_mad_free(pTHX_ MADPROP* mp);
+
+#  if defined(PERL_IN_TOKE_C) || defined(PERL_DECL_PROT)
+STATIC char*   S_skipspace0(pTHX_ char *s)
+                       __attribute__nonnull__(pTHX_1);
+
+STATIC char*   S_skipspace1(pTHX_ char *s)
+                       __attribute__nonnull__(pTHX_1);
+
+STATIC char*   S_skipspace2(pTHX_ char *s, SV **sv)
+                       __attribute__nonnull__(pTHX_1);
+
+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