diff options
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/ecore_imf_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ecore_imf/ecore_imf_private.h b/src/lib/ecore_imf/ecore_imf_private.h index 5c62cfd291..81d71c9263 100644 --- a/src/lib/ecore_imf/ecore_imf_private.h +++ b/src/lib/ecore_imf/ecore_imf_private.h | |||
@@ -29,10 +29,10 @@ extern int _ecore_imf_log_dom; | |||
29 | #endif | 29 | #endif |
30 | #define WRN(...) EINA_LOG_DOM_WARN(_ecore_imf_log_dom, __VA_ARGS__) | 30 | #define WRN(...) EINA_LOG_DOM_WARN(_ecore_imf_log_dom, __VA_ARGS__) |
31 | 31 | ||
32 | #ifdef CRIT | 32 | #ifdef CRI |
33 | # undef CRIT | 33 | # undef CRI |
34 | #endif | 34 | #endif |
35 | #define CRIT(...) EINA_LOG_DOM_CRIT(_ecore_imf_log_dom, __VA_ARGS__) | 35 | #define CRI(...) EINA_LOG_DOM_CRIT(_ecore_imf_log_dom, __VA_ARGS__) |
36 | 36 | ||
37 | typedef struct _Ecore_IMF_Module Ecore_IMF_Module; | 37 | typedef struct _Ecore_IMF_Module Ecore_IMF_Module; |
38 | typedef struct _Ecore_IMF_Func_Node Ecore_IMF_Func_Node; | 38 | typedef struct _Ecore_IMF_Func_Node Ecore_IMF_Func_Node; |