]> git.ipfire.org Git - thirdparty/make.git/commit
Remove MAP_PERCENT as strchr is faster.
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Aug 2017 11:44:31 +0000 (13:44 +0200)
committerPaul Smith <psmith@gnu.org>
Sat, 11 Nov 2017 15:08:30 +0000 (10:08 -0500)
commit98602961981b6cc38fe20d067767d1aa25e124b8
tree64a71eba958a385be0ec87fcd5373feba8dabdff
parent4fd56724ad281498d3c8b27a4b25b4070f6e4e65
Remove MAP_PERCENT as strchr is faster.

* read.c (find_percent_cached): Use strchr instead of STOP_SET
to find % or nul.
* makeint.h (MAP_PERCENT): Remove.
* main.c (initialize_stopchar_map): Remove.
main.c
makeint.h
read.c