diff --git a/uppsrc/Core/t_.h b/uppsrc/Core/t_.h index b3c4e6516..e6f9da597 100644 --- a/uppsrc/Core/t_.h +++ b/uppsrc/Core/t_.h @@ -1,6 +1,3 @@ -#ifndef t_h -#define t_h - #ifdef t_ #undef t_ #endif @@ -9,9 +6,10 @@ #undef tt_ #endif +#ifndef t_h +#define t_h + inline const char *t_(const char *s) { return t_GetLngString(s); } inline const char *tt_(const char *s) { return s; } -// #define t_(x) t_GetLngString(x) -// #define tt_(x) x #endif \ No newline at end of file