Kaydet (Commit) d6567a7d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:checkconfigmacros

Change-Id: I2948340c8c0be50543a898f07b125e7eaccc8909
üst fec207b7
#ifndef CONFIG_LIBLANGTAG_H #ifndef CONFIG_LIBLANGTAG_H
#define CONFIG_LIBLANGTAG_H #define CONFIG_LIBLANGTAG_H
#undef LIBLANGTAG_INLINE_FIX #define LIBLANGTAG_INLINE_FIX 0
#endif #endif
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
//#define erDEBUG //#define erDEBUG
#if defined(ENABLE_LIBLANGTAG) #if defined(ENABLE_LIBLANGTAG)
#if defined(LIBLANGTAG_INLINE_FIX) #if LIBLANGTAG_INLINE_FIX
#define LT_HAVE_INLINE #define LT_HAVE_INLINE
#endif #endif
#include <liblangtag/langtag.h> #include <liblangtag/langtag.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment