]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
acconfig.h: New file.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 13 Feb 2003 05:01:33 +0000 (05:01 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 13 Feb 2003 05:01:33 +0000 (05:01 +0000)
* acconfig.h: New file.  Add uintptr_t.
* config.in: Regenerated.

From-SVN: r62821

libiberty/ChangeLog
libiberty/config.in

index f6be72136446d6cc1a7f18a033014b8df28a990d..6c21271c2db9dfebca07cfa119d56551da89c25f 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * acconfig.h: New file.  Add uintptr_t.
+       * config.in: Regenerated.
+
 2003-02-05  Release Manager
 
        * GCC 3.2.2 Released.
index e06bbce857d399bd368c3e6cd653faca0540a63a..c92c7caeaaa9cf21dc979e42e86b0f38d695fd17 100644 (file)
@@ -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 <sys/types.h> doesn't define.  */
+#undef uintptr_t
+
 /* Define if you have the _doprnt function.  */
 #undef HAVE__DOPRNT