From: Bernhard Reutner-Fischer Date: Fri, 19 May 2006 20:48:22 +0000 (-0000) Subject: - backout erroneously checked in snippet.. X-Git-Tag: 1_2_0~334 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=35017fb4fcff66609ecc646eca6abc19de590755;p=oweals%2Fbusybox.git - backout erroneously checked in snippet.. --- 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 */