change strncasecmp() == 0 to STRCASEEQLEN()
authorJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 21:33:54 +0000 (22:33 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 21:42:02 +0000 (22:42 +0100)
commitc9d94984588d166bcdc077a7972a1b454678ba10
treea43fc1eebaa0f460a846d3af88b6e4157e0041bc
parent0c20bd8ea7092b93074ff08cae70e4cf6a06e7c5
change strncasecmp() == 0 to STRCASEEQLEN()

git grep -l 'strncasecmp *([^=]*== *0'|xargs \
  perl -pi -e 's/\bstrncasecmp( *\(.*?\)) *== *0\b/STRCASEEQLEN$1/g'
fish/destpaths.c
fish/fish.c
src/generator.ml