Fixes a macro redefinition warning on cygwin.
+2006-12-23 Bruno Haible <bruno@clisp.org>
+
+ * autogen.sh (GNULIB_MODULES_TOOLS_OTHER): Add stdint.
+
2006-12-21 Bruno Haible <bruno@clisp.org>
* autogen.sh: Pass --makefile-name option to gnulib-tool for
gettext-tools-misc
gcj
java
+ stdint
'
$GNULIB_TOOL --dir=gettext-tools --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local --local-symlink \
--import $GNULIB_MODULES_TOOLS_FOR_SRC $GNULIB_MODULES_TOOLS_OTHER
+2006-12-23 Bruno Haible <bruno@clisp.org>
+
+ * uniname.c: Include stdint.h.
+ (uint16_t, uint32_t): Remove definitions.
+
2006-11-27 Bruno Haible <bruno@clisp.org>
* gettext-0.16.1 released.
#include <assert.h>
#include <stdbool.h>
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
/* Table of Unicode character names, derived from UnicodeData.txt. */
-#define uint16_t unsigned short
-#define uint32_t unsigned int
#include "uninames.h"
/* It contains:
static const char unicode_name_words[34594] = ...;