aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h
index 6b3b3f78e..c399b8e16 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 Copyright 2006, Bernhard Fischer 3 Copyright 2006, Bernhard Fischer
3 4
@@ -99,9 +100,11 @@
99#endif 100#endif
100 101
101/* ---- miscellaneous --------------------------------------- */ 102/* ---- miscellaneous --------------------------------------- */
103#if ENABLE_DEBUG_KEEP_NLS_CRAP
102/* NLS stuff */ 104/* NLS stuff */
103/* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */ 105/* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */
104#define _(Text) Text 106#define _(Text) Text
105#define N_(Text) (Text) 107#define N_(Text) (Text)
108#endif
106 109
107#endif /* platform.h */ 110#endif /* platform.h */