mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* modules/ignore-value (Depends-on): Remove 'inline'. (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here. Suggestion from Bruno Haible.
23 lines
258 B
Plaintext
23 lines
258 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:
|
|
#include <ignore-value.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|