~vcs-imports/nasm/main

Viewing all changes in revision 549.

  • Committer: hpa
  • Date: 2007-09-12 17:02:55 UTC
  • Revision ID: vcs-imports@canonical.com-20070912170255-zheqv4j83537lxbd
pptok.c: quick-and-dirty downcasing during prehashing

Speed up pptok.c by just doing |= 0x20 instead of calling tolower() for
every character during prehashing.  This is good enough for our needs,
since we don't have any tokens containing the characters @ [ \ ] _ nor
any high-bit characters (in which case we'd have to worry about multibyte
anyway.)

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: