diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-08 00:22:14 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-08 00:22:14 +0000 |
commit | 36a263effc805cf7e44e10b0d552cff807d5d4d5 (patch) | |
tree | 5d8b8c5b74f01d1a4355ec38f67cc2c7a65088f0 | |
parent | 88ca28f3d78bc146e10311e2ec04954c9a53cbf3 (diff) | |
download | coreutils-36a263effc805cf7e44e10b0d552cff807d5d4d5.tar.xz |
Add regcomp.c, regex_internal.c, regex_internal.h.
-rw-r--r-- | lib/.cppi-disable | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/.cppi-disable b/lib/.cppi-disable index f8fcb65c6..879721e77 100644 --- a/lib/.cppi-disable +++ b/lib/.cppi-disable @@ -18,8 +18,11 @@ md5.h obstack.h printf-args.h printf-parse.h +regcomp.c regex.c regex.h +regex_internal.c +regex_internal.h stdbool_.h strdup.h strndup.h |