From e5272074c9bf554fa9f24a97899de584b1c127c2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 22 Jul 2003 22:15:21 +0000 Subject: eliminate DOSTATIC, DODEBUG, etc and name them sensibly --- coreutils/tr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/tr.c') 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 @@ #include #include "busybox.h" -/* This must be a #define, since when DODEBUG and BUFFERS_GO_IN_BSS are +/* This must be a #define, since when CONFIG_DEBUG and BUFFERS_GO_IN_BSS are * enabled, we otherwise get a "storage size isn't constant error. */ #define ASCII 0377 -- cgit v1.2.3