mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-24 10:54:42 +08:00
* lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
This commit is contained in:
parent
2f7eaa0d65
commit
29c932691f
@ -1,3 +1,7 @@
|
||||
2007-05-29 Stepan Kasal <kasal@ucw.cz>
|
||||
|
||||
* lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
|
||||
|
||||
2007-05-28 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
|
||||
|
@ -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
|
||||
<sys/synch.h>, <pthread.h>, or <semaphore.h> 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
|
||||
|
Loading…
Reference in New Issue
Block a user