diff options
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/platform.h b/include/platform.h index c399b8e16..8bebb234e 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -100,11 +100,9 @@ | |||
100 | #endif | 100 | #endif |
101 | 101 | ||
102 | /* ---- miscellaneous --------------------------------------- */ | 102 | /* ---- miscellaneous --------------------------------------- */ |
103 | #if ENABLE_DEBUG_KEEP_NLS_CRAP | ||
104 | /* NLS stuff */ | 103 | /* NLS stuff */ |
105 | /* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */ | 104 | /* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */ |
106 | #define _(Text) Text | 105 | #define _(Text) Text |
107 | #define N_(Text) (Text) | 106 | #define N_(Text) (Text) |
108 | #endif | ||
109 | 107 | ||
110 | #endif /* platform.h */ | 108 | #endif /* platform.h */ |