summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSimon Cozens <simon@netthink.co.uk>2001-07-08 14:24:34 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-08 14:24:44 +0000
commita40fa45f010263e470634c618461c4b4af52c7a0 (patch)
treea651b63c57b14adb2c037e37e3be5200a4b27d9a /proto.h
parentf41d942bb45cf99e4ae22810319eb3c8218dc903 (diff)
downloadperl-a40fa45f010263e470634c618461c4b4af52c7a0.tar.gz
Simplify yytoke()
Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror> Split out pending_ident(). p4raw-id: //depot/perl@11213
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 50d552ad8d..5110345ccf 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);