X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=toke_on_crack.c.inc;h=1607c782a00f0d0ba95f560540486e4e00238bbb;hb=311ced6fe7742182d955bed7c45f34fff90e85f4;hp=fca95b5a7b89033640ae220e198cd6e8222bdcac;hpb=c311cef3f01393a6a5d55985277b65399550b858;p=p5sagit%2FFunction-Parameters.git diff --git a/toke_on_crack.c.inc b/toke_on_crack.c.inc index fca95b5..1607c78 100644 --- a/toke_on_crack.c.inc +++ b/toke_on_crack.c.inc @@ -306,7 +306,7 @@ static char *S_scan_str(pTHX_ SV *sv, int keep_quoted, int keep_delims) { return s; } -static void S_check_prototype(const SV *declarator, SV *proto) { +static void S_check_prototype(pTHX_ const SV *declarator, SV *proto) { bool bad_proto = FALSE; bool in_brackets = FALSE; char greedy_proto = ' ';