diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-01-02 14:02:40 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-01-02 14:02:40 +0000 |
commit | 3cbf51f5dd92d5c86babf20d1ad8e9b61b55793d (patch) | |
tree | a2d19de3a2abbfb95655dddcce3f131b8ac29e41 /toke.c | |
parent | c52ab9a39ec1368602e437fee1313e341757bb0d (diff) | |
download | perl-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; |