Moved some function decls, a struct, and a #define from regexp.h into here.
authorMark Whitley <markw@lineo.com>
Wed, 28 Jun 2000 21:59:31 +0000 (21:59 -0000)
committerMark Whitley <markw@lineo.com>
Wed, 28 Jun 2000 21:59:31 +0000 (21:59 -0000)
commit268b8c4f387b9019bbb3591fb07403925d55d0c5
tree865886ff91af78d6425ff766efd3941e96526b85
parent0c96eba3de7e81e310f30e66bb595980ea13f979
Moved some function decls, a struct, and a #define from regexp.h into here.
Also static-ified said functions so they do not have namespace conflicts with
the libc regex functions.
regexp.c