NetBSD/usr.bin/tr
christos 0ffd30a090 It is pointless to assign to the CLASS.set member and never use it again.
Perhaps the author meant to check if it is already set and not allocated it
again to avoid memory leaks? Anyway make everything const back and delete
the unused code. Yes, this leaks the same way as before but it is
insignificant. If we want to save memory we could use bytes or even bits
instead of ints, and not allocate/initialize the same thing multiple times.
2011-09-08 01:18:05 +00:00
..
extern.h ANSIfy. Sprinkle const and __dead. 2011-09-06 18:33:46 +00:00
Makefile remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
str.c It is pointless to assign to the CLASS.set member and never use it again. 2011-09-08 01:18:05 +00:00
tr.1 Do not use \." for comments, always use .\". Discussed with uwe@. 2009-11-12 00:43:52 +00:00
tr.c ANSIfy. Sprinkle const and __dead. 2011-09-06 18:33:46 +00:00