From 286663c34b006c1409df4a71f89d6d4d5d01df09 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Wed, 19 Nov 2014 12:15:01 +0530 Subject: Fix -Wundef warning in SHLIB_COMPAT Replace the IS_IN_##lib with IS_IN(lib). Verified that the generated code remains the same. * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 038b134..d2460f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-11-19 Siddhesh Poyarekar + * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN. + * Makeconfig (in-module): Get value of libof set for the translation unit. (CPPFLAGS): Use $(in-module). -- cgit v1.1