aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tr.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-22 22:15:21 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-22 22:15:21 +0000
commitdd884430be90a3c2c30480724ff96697ac218572 (patch)
treeb2cb25c7af226c471111fd04f14e7502f41b1155 /coreutils/tr.c
parent042b90394e71b23ab1d91ed61e7878588a5f2cad (diff)
downloadbusybox-w32-dd884430be90a3c2c30480724ff96697ac218572.tar.gz
busybox-w32-dd884430be90a3c2c30480724ff96697ac218572.tar.bz2
busybox-w32-dd884430be90a3c2c30480724ff96697ac218572.zip
eliminate DOSTATIC, DODEBUG, etc and name them sensibly
git-svn-id: svn://busybox.net/trunk/busybox@7102 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/tr.c')
-rw-r--r--coreutils/tr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c
index a5638d7ec..4e69dc89c 100644
--- a/coreutils/tr.c
+++ b/coreutils/tr.c
@@ -31,7 +31,7 @@
31#include <sys/types.h> 31#include <sys/types.h>
32#include "busybox.h" 32#include "busybox.h"
33 33
34/* This must be a #define, since when DODEBUG and BUFFERS_GO_IN_BSS are 34/* This must be a #define, since when CONFIG_DEBUG and BUFFERS_GO_IN_BSS are
35 * enabled, we otherwise get a "storage size isn't constant error. */ 35 * enabled, we otherwise get a "storage size isn't constant error. */
36#define ASCII 0377 36#define ASCII 0377
37 37