diff options
author | David Mitchell <davem@iabyn.com> | 2016-12-03 14:08:56 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-12-05 11:54:03 +0000 |
commit | 73f2343123f6b98ed4a0b1fc57fd65e720f38b1b (patch) | |
tree | 5586dc193878d48325595f6fdd9f1f9422c51ca3 /unicode_constants.h | |
parent | 0e0707c5741b52ed1f26e1f69d89b66a1b05f985 (diff) | |
download | perl-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 'unicode_constants.h')
0 files changed, 0 insertions, 0 deletions