mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
Done through
sed -e 's/memcmp \([(][^()]*[)]\) == 0/memeq \1/g' \
-e 's/memcmp \([(][^()]*[(][^()]*[)][^()]*[)]\) == 0/memeq \1/g'
* tests/**/*.[hc]: Use memeq instead of memcmp ... == 0.
* modules/*-tests (Dependencies): Add memeq.
14 lines
204 B
Plaintext
14 lines
204 B
Plaintext
Files:
|
|
tests/test-xstring-desc.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
memeq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-xstring-desc
|
|
check_PROGRAMS += test-xstring-desc
|
|
test_xstring_desc_LDADD = $(LDADD) @LIBINTL@
|