From bb0da21b895143e339f2978f844f3dd82b051b1e Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 13 Feb 2003 05:01:33 +0000 Subject: [PATCH] acconfig.h: New file. * acconfig.h: New file. Add uintptr_t. * config.in: Regenerated. From-SVN: r62821 --- libiberty/ChangeLog | 5 +++++ libiberty/config.in | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f6be72136446..6c21271c2db9 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2003-02-13 Kaveh R. Ghazi + + * acconfig.h: New file. Add uintptr_t. + * config.in: Regenerated. + 2003-02-05 Release Manager * GCC 3.2.2 Released. diff --git a/libiberty/config.in b/libiberty/config.in index e06bbce857d3..c92c7caeaaa9 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.in. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ #undef const @@ -30,6 +30,9 @@ /* Define vfork as fork if vfork does not work. */ #undef vfork +/* Define to `unsigned long' if doesn't define. */ +#undef uintptr_t + /* Define if you have the _doprnt function. */ #undef HAVE__DOPRNT -- 2.47.2