use STREQ, not strcmp: part 2
authorJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 14:03:01 +0000 (15:03 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 21:34:16 +0000 (22:34 +0100)
git grep -l 'strcmp *([^=]*!= *0'|xargs \
  perl -pi -e 's/\bstrcmp( *\(.*?\)) *!= *0\b/STRNEQ$1/g'


No differences found