From: Paul Eggert Date: Tue, 22 Sep 2015 19:44:25 +0000 (-0700) Subject: * modules/c-ctype (Depends-on): Add verify. X-Git-Tag: v1.0~6958 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ad0295870b2817c79181e3cb372348b1aca31787;p=gnulib.git * modules/c-ctype (Depends-on): Add verify. --- diff --git a/ChangeLog b/ChangeLog index 8723b38f0c..4ae3a57696 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ Prefer true and false to 1 and 0, for booleans. (c_iscntrl): Use 'if', not 'ifdef'. Special case for EBCDIC. Verify that the character set is either ASCII or EBCDIC. + * modules/c-ctype (Depends-on): Add verify. * tests/test-c-ctype.c: Include , for CHAR_MIN (to_char): New function. (test_all): Port to EBCDIC. Add some more tests, e.g., for c_ispunct. diff --git a/modules/c-ctype b/modules/c-ctype index 7be209f362..b172d139bb 100644 --- a/modules/c-ctype +++ b/modules/c-ctype @@ -7,6 +7,7 @@ lib/c-ctype.c Depends-on: stdbool +verify configure.ac: