Ooops, I forgot to add a dependency. I installed the attached followup patch.
>From 07ed58f3c5b54fe3935ce522dbc1c1a716185e67 Mon Sep 17 00:00:00 2001
From: Paul Eggert <egg...@cs.ucla.edu>
Date: Tue, 22 Sep 2015 12:44:25 -0700
Subject: [PATCH] * modules/c-ctype (Depends-on): Add verify.

---
 ChangeLog       | 1 +
 modules/c-ctype | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 8723b38..4ae3a57 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 <limits.h>, 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 7be209f..b172d13 100644
--- a/modules/c-ctype
+++ b/modules/c-ctype
@@ -7,6 +7,7 @@ lib/c-ctype.c
 
 Depends-on:
 stdbool
+verify
 
 configure.ac:
 
-- 
2.1.0

Reply via email to