mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-04 02:42:02 +03:00
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.
23 lines
252 B
Plaintext
23 lines
252 B
Plaintext
Description:
|
|
ignore a value to quiet a compiler warning
|
|
|
|
Files:
|
|
lib/ignore-value.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += ignore-value.h
|
|
|
|
Include:
|
|
"ignore-value.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|