diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-19 20:48:22 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-19 20:48:22 +0000 |
commit | 35017fb4fcff66609ecc646eca6abc19de590755 (patch) | |
tree | af4f5dde774ab4815035c84037f056d362a7a592 | |
parent | df4cdaf341daa24f517d008b1f7f67271edb88a8 (diff) | |
download | busybox-w32-35017fb4fcff66609ecc646eca6abc19de590755.tar.gz busybox-w32-35017fb4fcff66609ecc646eca6abc19de590755.tar.bz2 busybox-w32-35017fb4fcff66609ecc646eca6abc19de590755.zip |
- backout erroneously checked in snippet..
-rw-r--r-- | include/platform.h | 2 |
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 */ |