loplugin:checkconfigmacros

Change-Id: I2948340c8c0be50543a898f07b125e7eaccc8909
This commit is contained in:
Stephan Bergmann
2015-03-29 20:36:55 +02:00
parent fec207b77a
commit d6567a7d27
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#ifndef CONFIG_LIBLANGTAG_H
#define CONFIG_LIBLANGTAG_H
#undef LIBLANGTAG_INLINE_FIX
#define LIBLANGTAG_INLINE_FIX 0
#endif

View File

@@ -25,7 +25,7 @@
//#define erDEBUG
#if defined(ENABLE_LIBLANGTAG)
#if defined(LIBLANGTAG_INLINE_FIX)
#if LIBLANGTAG_INLINE_FIX
#define LT_HAVE_INLINE
#endif
#include <liblangtag/langtag.h>