aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-19 20:48:22 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-19 20:48:22 +0000
commit7e67e19e970132b7f3056cf07afc2e5adc346cde (patch)
treeaf4f5dde774ab4815035c84037f056d362a7a592
parente6cdf78ea75f5d9b333d722d6da13c7ea2c60705 (diff)
downloadbusybox-w32-7e67e19e970132b7f3056cf07afc2e5adc346cde.tar.gz
busybox-w32-7e67e19e970132b7f3056cf07afc2e5adc346cde.tar.bz2
busybox-w32-7e67e19e970132b7f3056cf07afc2e5adc346cde.zip
- backout erroneously checked in snippet..
git-svn-id: svn://busybox.net/trunk/busybox@15144 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
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 */