OSDN Git Service

use some #defines internal to the ctype functions to eliminate them
authorEric Andersen <andersen@codepoet.org>
Tue, 14 Aug 2001 21:08:48 +0000 (21:08 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 14 Aug 2001 21:08:48 +0000 (21:08 -0000)
commit91b3a453de03fa18eb6b10d663ac20dcf9022c77
tree46f6806aaa7f9886d73dfe37d0b87e043aef158d
parent11ebbd764180fbf09e3463befc14b25d98e4f1fb
use some #defines internal to the ctype functions to eliminate them
calling other tiny ctype functions.  Now all ctype funcs will end up
with no extern references, which ends up shrinking both the uClibc
shared lib and shrinking client code.
 -Erik
include/ctype.h
libc/misc/ctype/ctype.c