diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-03-29 20:36:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-29 20:36:55 +0200 |
commit | d6567a7d27ede35b649c1f50d35a9570635f177a (patch) | |
tree | be4c2bdddd647181742392f5948f0ce081483fc4 | |
parent | fec207b77aadd6fa8f8411c5918c99af95dea786 (diff) |
loplugin:checkconfigmacros
Change-Id: I2948340c8c0be50543a898f07b125e7eaccc8909
-rw-r--r-- | config_host/config_liblangtag.h.in | 2 | ||||
-rw-r--r-- | i18nlangtag/source/languagetag/languagetag.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config_host/config_liblangtag.h.in b/config_host/config_liblangtag.h.in index 40077d99739a..f639fb76c11a 100644 --- a/config_host/config_liblangtag.h.in +++ b/config_host/config_liblangtag.h.in @@ -1,6 +1,6 @@ #ifndef CONFIG_LIBLANGTAG_H #define CONFIG_LIBLANGTAG_H -#undef LIBLANGTAG_INLINE_FIX +#define LIBLANGTAG_INLINE_FIX 0 #endif diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx index 5501376049e3..2ac7ca43fe6c 100644 --- a/i18nlangtag/source/languagetag/languagetag.cxx +++ b/i18nlangtag/source/languagetag/languagetag.cxx @@ -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> |