summaryrefslogtreecommitdiff
path: root/global.sym
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-10-24 05:44:43 +0100
committerFather Chrysostomos <sprout@cpan.org>2010-10-25 12:29:47 -0700
commit361d9b557e615b7530c603ebd123b12506c9406b (patch)
tree5a6ef220e84ce6aa671de8e48bb0b54f082edcfe /global.sym
parent8359b381d0e4b7d1489abafb919f3c2a465401a4 (diff)
downloadperl-361d9b557e615b7530c603ebd123b12506c9406b.tar.gz
function to parse isolated label
New API function parse_label() parses a label, separate from statements. If a label has not already been lexed and queued up, it does not use yylex(), but parses the label itself at the character level, to avoid unwanted lexing past an absent optional label.
Diffstat (limited to 'global.sym')
-rw-r--r--global.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym
index 52eda8fa4d..d8eae72e92 100644
--- a/global.sym
+++ b/global.sym
@@ -424,6 +424,7 @@ Perl_pad_push
Perl_parse_barestmt
Perl_parse_block
Perl_parse_fullstmt
+Perl_parse_label
Perl_parse_stmtseq
perl_alloc
perl_construct