[BusyBox-cvs] busybox/coreutils tr.c,1.35,1.36

Erik Andersen andersen at busybox.net
Tue Jul 22 22:15:51 UTC 2003


Update of /var/cvs/busybox/coreutils
In directory winder:/tmp/cvs-serv4949/coreutils

Modified Files:
	tr.c 
Log Message:
eliminate DOSTATIC, DODEBUG, etc and name them sensibly


Index: tr.c
===================================================================
RCS file: /var/cvs/busybox/coreutils/tr.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- tr.c	14 Jul 2003 21:20:45 -0000	1.35
+++ tr.c	22 Jul 2003 22:15:17 -0000	1.36
@@ -31,7 +31,7 @@
 #include <sys/types.h>
 #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
 




More information about the busybox-cvs mailing list