aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 20:48:22 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 20:48:22 +0000
commit35017fb4fcff66609ecc646eca6abc19de590755 (patch)
treeaf4f5dde774ab4815035c84037f056d362a7a592 /include/platform.h
parentdf4cdaf341daa24f517d008b1f7f67271edb88a8 (diff)
downloadbusybox-35017fb4fcff66609ecc646eca6abc19de590755.tar.gz
- backout erroneously checked in snippet..
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h2
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 @@
#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 */