summaryrefslogtreecommitdiff
path: root/perlapi.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2016-12-03 14:08:56 +0000
committerDavid Mitchell <davem@iabyn.com>2016-12-05 11:54:03 +0000
commit73f2343123f6b98ed4a0b1fc57fd65e720f38b1b (patch)
tree5586dc193878d48325595f6fdd9f1f9422c51ca3 /perlapi.c
parent0e0707c5741b52ed1f26e1f69d89b66a1b05f985 (diff)
downloadperl-73f2343123f6b98ed4a0b1fc57fd65e720f38b1b.tar.gz
optimising yyparse: avoid a < 0 check
casting to unsigned allows (0 <= yyn <= YYLAST) to be done in a single conditional.
Diffstat (limited to 'perlapi.c')
0 files changed, 0 insertions, 0 deletions