bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] ignore-value: remove dependency on stdint


From: Pádraig Brady
Subject: [PATCH] ignore-value: remove dependency on stdint
Date: Fri, 21 Jan 2011 09:49:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

commit b10e578396a2fd33e898b23d31fe49998c88c643
Author: Pádraig Brady <address@hidden>
Date:   Fri Jan 21 08:17:07 2011 +0000

    ignore-value: remove dependency on stdint

    Since commit 939dedd9, 06-01-2011,
    "ignore-value: support aggregate types"
    we no longer need stdint (intptr_t).

    * lib/ignore-value.h: Remove uneeded <stdint.h>.
    * modules/ignore-value: Remove stdint dependency.

diff --git a/ChangeLog b/ChangeLog
index 1afdc08..e8510fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-21  Pádraig Brady <address@hidden>
+
+       ignore-value: remove stdint dependency
+       * lib/ignore-value.h: Remove <stdint.h>
+       * modules/ignore-value: Remove stdint dependency.
+
 2011-01-07  Pádraig Brady <address@hidden>

        ignore-value: fixup comments, and add Eric Blake
diff --git a/lib/ignore-value.h b/lib/ignore-value.h
index 7fd4772f..5e683bb 100644
--- a/lib/ignore-value.h
+++ b/lib/ignore-value.h
@@ -35,8 +35,6 @@
 #ifndef _GL_IGNORE_VALUE_H
 # define _GL_IGNORE_VALUE_H

-# include <stdint.h>
-
 # ifndef ATTRIBUTE_DEPRECATED
 /* The __attribute__((__deprecated__)) feature
    is available in gcc versions 3.1 and newer.  */
diff --git a/modules/ignore-value b/modules/ignore-value
index aeda194..8d48863 100644
--- a/modules/ignore-value
+++ b/modules/ignore-value
@@ -5,7 +5,6 @@ Files:
 lib/ignore-value.h

 Depends-on:
-stdint

 configure.ac:
 AC_REQUIRE([AC_C_INLINE])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]