- backout erroneously checked in snippet..
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 19 May 2006 20:48:22 +0000 (20:48 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 19 May 2006 20:48:22 +0000 (20:48 -0000)
include/platform.h

index c399b8e163212a6ebc90ca4e9761e6b10a4a1771..8bebb234e3c45c089613d302ff257a7740493cd6 100644 (file)
 #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   */