* etags.c (emacs_strchr, emacs_strrchr): Remove.
commit56f9f0ab54fd752773d8bb371a4032e43c9c224c
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Sep 2014 00:06:11 +0000 (31 17:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Sep 2014 00:06:11 +0000 (31 17:06 -0700)
tree44cee63bc391bde2b21f56ec8453e94b118c236e
parent60aa41b935d93c2f4126056de5263c535530ba5e
* etags.c (emacs_strchr, emacs_strrchr): Remove.

All uses replaced by strchr and strrchr, which are on all
target platforms now.
lib-src/ChangeLog
lib-src/etags.c