X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=proto.h;h=5110345ccfdf79fd28b1e99527c4a937c00140ee;hb=1189d1e4ec2aeb7f9bc79c90e6eb01859b7730ab;hp=50d552ad8de4e52ba1d8e238cf3a20f9a9e7e06f;hpb=cae6d0e5ad55f3d6c7902bf7cfc560481e827bb3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/proto.h b/proto.h index 50d552a..5110345 100644 --- a/proto.h +++ b/proto.h @@ -1258,6 +1258,7 @@ STATIC void S_force_next(pTHX_ I32 type); STATIC char* S_force_version(pTHX_ char *start); STATIC char* S_force_word(pTHX_ char *start, int token, int check_keyword, int allow_pack, int allow_tick); STATIC SV* S_tokeq(pTHX_ SV *sv); +STATIC int S_pending_ident(pTHX); STATIC char* S_scan_const(pTHX_ char *start); STATIC char* S_scan_formline(pTHX_ char *s); STATIC char* S_scan_heredoc(pTHX_ char *s);