summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-01-02 14:02:40 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-01-02 14:02:40 +0000
commit3cbf51f5dd92d5c86babf20d1ad8e9b61b55793d (patch)
treea2d19de3a2abbfb95655dddcce3f131b8ac29e41 /toke.c
parentc52ab9a39ec1368602e437fee1313e341757bb0d (diff)
downloadperl-3cbf51f5dd92d5c86babf20d1ad8e9b61b55793d.tar.gz
remove conflict in pending_ident function and field name
p4raw-id: //depot/perl@29660
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toke.c b/toke.c
index 1655918c92..19b117b0fb 100644
--- a/toke.c
+++ b/toke.c
@@ -65,6 +65,8 @@
# define PL_thiswhite (PL_parser->thiswhite)
#endif
+static int
+S_pending_ident(pTHX);
static const char ident_too_long[] = "Identifier too long";
static const char commaless_variable_list[] = "comma-less variable list";