regex: remove useless casts on allocations;
commit63c18a8309ee4c333923de904a29dd7e81d2cdc7
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 26 Dec 2008 16:09:46 +0000 (26 16:09 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 26 Dec 2008 16:09:46 +0000 (26 16:09 -0000)
tree85d2aa405da2d34c5271fc667e5143dc9b7ea0e6
parent0ef4c6b76fcaca59014c4d00828d4079314c1700
regex: remove useless casts on allocations;
 remove old-style-C function params declarations;
 change re_comp_buf from struct to pointer (more static build friendly)

    text           data     bss     dec     hex filename
- 514952           2731   15424  533107   82273 lib/libuClibc-0.9.30-svn.so
+ 515011           2731   15396  533138   82292 lib/libuClibc-0.9.30-svn.so
libc/misc/regex/regcomp.c
libc/misc/regex/regex_internal.c
libc/misc/regex/regex_old.c
libc/misc/regex/regexec.c