Fix -Wundef warning in SHLIB_COMPAT
commit286663c34b006c1409df4a71f89d6d4d5d01df09
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 19 Nov 2014 06:45:01 +0000 (19 12:15 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 19 Nov 2014 06:45:01 +0000 (19 12:15 +0530)
treed40026afd76921a68d01cbaf44e7ac9809c3b0a1
parent9cd4747089e6b0d6ed6b2b6c75798912489c7bab
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
include/shlib-compat.h