bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] standalone usage of regex.c


From: Stepan Kasal
Subject: [PATCH] standalone usage of regex.c
Date: Fri, 3 Jan 2003 15:04:50 +0100
User-agent: Mutt/1.2.5.1i

Hello,
        when compiling the regex library outside of glibc, the following
patch is needed to use the included regex.h instead of the host one.

Cheers,
        Stepan Kasal

Fri Jan  3 14:46:02 CET 2003  Stepan Kasal  <address@hidden>

        * regcomp.c: #include "regex.h", not <regex.h>.

--- libc/posix/regcomp.c.orig   Fri Jan  3 14:44:57 2003
+++ libc/posix/regcomp.c        Fri Jan  3 14:45:10 2003
@@ -65,7 +65,7 @@
 # define gettext_noop(String) String
 #endif
 
-#include <regex.h>
+#include "regex.h"
 #include "regex_internal.h"
 
 static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]