use regex from libroot

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22529 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2007-10-13 12:14:25 +00:00
parent 75d07d42b5
commit 3db320e4f9
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ StaticLibrary libfetish.a :
readtokens.c readtokens.c
readtokens0.c readtokens0.c
# realloc.c # realloc.c
regex.c # regex.c
rename-dest-slash.c rename-dest-slash.c
rename.c rename.c
root-dev-ino.c root-dev-ino.c
+11 -11
View File
@@ -1824,37 +1824,37 @@
#define putenv rpl_putenv #define putenv rpl_putenv
/* Define to rpl_re_comp if the replacement should be used. */ /* Define to rpl_re_comp if the replacement should be used. */
#define re_comp rpl_re_comp /* #undef re_comp rpl_re_comp */
/* Define to rpl_re_compile_fastmap if the replacement should be used. */ /* Define to rpl_re_compile_fastmap if the replacement should be used. */
#define re_compile_fastmap rpl_re_compile_fastmap /* #undef re_compile_fastmap rpl_re_compile_fastmap */
/* Define to rpl_re_compile_pattern if the replacement should be used. */ /* Define to rpl_re_compile_pattern if the replacement should be used. */
#define re_compile_pattern rpl_re_compile_pattern /* #undef re_compile_pattern rpl_re_compile_pattern */
/* Define to rpl_re_exec if the replacement should be used. */ /* Define to rpl_re_exec if the replacement should be used. */
#define re_exec rpl_re_exec /* #undef re_exec rpl_re_exec */
/* Define to rpl_re_match if the replacement should be used. */ /* Define to rpl_re_match if the replacement should be used. */
#define re_match rpl_re_match /* #undef re_match rpl_re_match */
/* Define to rpl_re_match_2 if the replacement should be used. */ /* Define to rpl_re_match_2 if the replacement should be used. */
#define re_match_2 rpl_re_match_2 /* #undef re_match_2 rpl_re_match_2 */
/* Define to rpl_re_search if the replacement should be used. */ /* Define to rpl_re_search if the replacement should be used. */
#define re_search rpl_re_search /* #undef re_search rpl_re_search */
/* Define to rpl_re_search_2 if the replacement should be used. */ /* Define to rpl_re_search_2 if the replacement should be used. */
#define re_search_2 rpl_re_search_2 /* #undef re_search_2 rpl_re_search_2 */
/* Define to rpl_re_set_registers if the replacement should be used. */ /* Define to rpl_re_set_registers if the replacement should be used. */
#define re_set_registers rpl_re_set_registers /* #undef re_set_registers rpl_re_set_registers */
/* Define to rpl_re_set_syntax if the replacement should be used. */ /* Define to rpl_re_set_syntax if the replacement should be used. */
#define re_set_syntax rpl_re_set_syntax /* #undef re_set_syntax rpl_re_set_syntax */
/* Define to rpl_re_syntax_options if the replacement should be used. */ /* Define to rpl_re_syntax_options if the replacement should be used. */
#define re_syntax_options rpl_re_syntax_options /* #undef re_syntax_options rpl_re_syntax_options */
/* Define to rpl_realloc if the replacement function should be used. */ /* Define to rpl_realloc if the replacement function should be used. */
/* #undef realloc */ /* #undef realloc */