From 29c932691f007606cef78e0826f321ccd2208a01 Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Tue, 29 May 2007 11:46:29 +0000 Subject: [PATCH] * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo. --- ChangeLog | 4 ++++ lib/autoconf/types.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b44fdd6b..61fe34ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-29 Stepan Kasal + + * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo. + 2007-05-28 Paul Eggert * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not diff --git a/lib/autoconf/types.m4 b/lib/autoconf/types.m4 index eb3c8ef8..e9348878 100644 --- a/lib/autoconf/types.m4 +++ b/lib/autoconf/types.m4 @@ -664,7 +664,7 @@ AC_DEFUN([_AC_TYPE_UNSIGNED_INT], [AC_DEFINE([_UINT$1_T], 1, [Define for Solaris 2.5.1 so the uint$1_t typedef from , , or is not used. - If the typedef was allowed, the #define below would cause a + If the typedef were allowed, the #define below would cause a syntax error.])]) AC_DEFINE_UNQUOTED([uint$1_t], [$ac_cv_c_uint$1_t], [Define to the type of an unsigned integer type of width exactly $1 bits -- 2.47.2