aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h
index b19621af1..3f4bedbe8 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -88,9 +88,13 @@
#define BB_BIG_ENDIAN 1
#elif __BYTE_ORDER == __BIG_ENDIAN
#define BB_BIG_ENDIAN 1
-#else
+#else
#define BB_BIG_ENDIAN 0
#endif
+/* ---- miscellaneous --------------------------------------- */
+/* NLS stuff */
+#define _(Text) Text
+#define N_(Text) (Text)
#endif /* platform.h */