aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 19:29:19 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 19:29:19 +0000
commitb1629b1b2abc17a6430e4173d64d7956784118e0 (patch)
tree41b2747866f1fc726d3a6cfde9bff946f6b514f3 /include/platform.h
parentd8e87a09d1f90e527e48199f99e0a3537b12b842 (diff)
downloadbusybox-b1629b1b2abc17a6430e4173d64d7956784118e0.tar.gz
- remove emacs layout block as suggested by Robert P.J. Day
- use shorter boilerplate while at it
Diffstat (limited to 'include/platform.h')
-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 @@
+/* vi: set sw=4 ts=4: */
/*
Copyright 2006, Bernhard Fischer
@@ -99,9 +100,11 @@
#endif
/* ---- miscellaneous --------------------------------------- */
+#if ENABLE_DEBUG_KEEP_NLS_CRAP
/* NLS stuff */
/* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */
#define _(Text) Text
#define N_(Text) (Text)
+#endif
#endif /* platform.h */