diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-19 19:29:19 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-19 19:29:19 +0000 |
| commit | b1629b1b2abc17a6430e4173d64d7956784118e0 (patch) | |
| tree | 41b2747866f1fc726d3a6cfde9bff946f6b514f3 /include | |
| parent | d8e87a09d1f90e527e48199f99e0a3537b12b842 (diff) | |
| download | busybox-w32-b1629b1b2abc17a6430e4173d64d7956784118e0.tar.gz busybox-w32-b1629b1b2abc17a6430e4173d64d7956784118e0.tar.bz2 busybox-w32-b1629b1b2abc17a6430e4173d64d7956784118e0.zip | |
- remove emacs layout block as suggested by Robert P.J. Day
- use shorter boilerplate while at it
Diffstat (limited to 'include')
| -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 */ |
