]> Savannah Git Hosting - gnulib.git/commitdiff
* modules/c-ctype (Depends-on): Add verify.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Sep 2015 19:44:25 +0000 (12:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Sep 2015 19:45:31 +0000 (12:45 -0700)
ChangeLog
modules/c-ctype

index 8723b38f0c709c6c3fdf35aa4219ffc4f82fb51c..4ae3a576965f045b04621997e5aca174f80203bc 100644 (file)
--- 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 <limits.h>, for CHAR_MIN
        (to_char): New function.
        (test_all): Port to EBCDIC.  Add some more tests, e.g., for c_ispunct.
index 7be209f36207d3cfc04db6eae8f56dd940d19934..b172d139bb5f7a1cbdec21dcd66f801e14f62839 100644 (file)
@@ -7,6 +7,7 @@ lib/c-ctype.c
 
 Depends-on:
 stdbool
+verify
 
 configure.ac: