diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-19 19:29:19 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-19 19:29:19 +0000 |
commit | c1cd81cf26a3aad969743b158b660cd6279daa60 (patch) | |
tree | 41b2747866f1fc726d3a6cfde9bff946f6b514f3 /include/platform.h | |
parent | 3a09c931d8932a9ee5f506457668c9eec61d83c6 (diff) | |
download | busybox-w32-c1cd81cf26a3aad969743b158b660cd6279daa60.tar.gz busybox-w32-c1cd81cf26a3aad969743b158b660cd6279daa60.tar.bz2 busybox-w32-c1cd81cf26a3aad969743b158b660cd6279daa60.zip |
- remove emacs layout block as suggested by Robert P.J. Day
- use shorter boilerplate while at it
git-svn-id: svn://busybox.net/trunk/busybox@15141 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index 6b3b3f78e..c399b8e16 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | Copyright 2006, Bernhard Fischer | 3 | Copyright 2006, Bernhard Fischer |
3 | 4 | ||
@@ -99,9 +100,11 @@ | |||
99 | #endif | 100 | #endif |
100 | 101 | ||
101 | /* ---- miscellaneous --------------------------------------- */ | 102 | /* ---- miscellaneous --------------------------------------- */ |
103 | #if ENABLE_DEBUG_KEEP_NLS_CRAP | ||
102 | /* NLS stuff */ | 104 | /* NLS stuff */ |
103 | /* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */ | 105 | /* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */ |
104 | #define _(Text) Text | 106 | #define _(Text) Text |
105 | #define N_(Text) (Text) | 107 | #define N_(Text) (Text) |
108 | #endif | ||
106 | 109 | ||
107 | #endif /* platform.h */ | 110 | #endif /* platform.h */ |