]> git.ipfire.org Git - thirdparty/libtool.git/commit
syntax-check: fix violations and re-enable sc_prohibit_strcmp.
authorGary V. Vaughan <gary@gnu.org>
Mon, 24 Oct 2011 14:36:27 +0000 (21:36 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 17 Nov 2011 12:21:10 +0000 (19:21 +0700)
commit2c0e68f058ebc36df0f581ab1232ac702f7e5a7a
tree38fdcf056579e50b8be4c5d1a13cb09dbe1c3ac1
parent176ed6112974a072dfb0ff430fb6c2d9caf1f634
syntax-check: fix violations and re-enable sc_prohibit_strcmp.

* cfg.mk (local-checks-to-fix): Remove sc_prohibit_strcmp
from list of disabled checks.
(exclude_file_name_regexp--sc_prohibit_strcmp): Ignore
violations in libtool.texi and any demo C files.
* libltdl/libltdl/lt__private.h (strneq, streq): Renamed from
this...
(STRNEQ, STREQ): ..to this.  Adjust all callers.
* tests/slist.at: Add STREQ definition. Change all !strcmp calls
to STREQ.
* build-aux/ltmain.m4sh (func_emit_cwrapperexe_src): Add and use
STREQ definition.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
build-aux/ltmain.m4sh
cfg.mk
libltdl/libgnu/.gitignore [deleted file]
libltdl/libltdl/lt__private.h
libltdl/loaders/preopen.c
libltdl/lt_dlloader.c
libltdl/ltdl.c
tests/slist.at