From: Jim Meyering <jim@meyering.net>
Date: Sat, 8 Dec 2001 06:57:58 +0000 (+0000)
Subject: tweak to align with libc
X-Git-Tag: TEXTUTILS-2_0_19~12
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=11e5bda591615ce8ddd53c4627d1c0e17d0c8f9e;p=gnulib.git

tweak to align with libc
---

diff --git a/lib/regex.c b/lib/regex.c
index 9167cbc882..7d7a9793ed 100644
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -113,10 +113,10 @@
 # endif
 
 /* Support for bounded pointers.  */
-# ifndef __BOUNDED_POINTERS__
-#  define __bounded      /* nothing */
-#  define __unbounded    /* nothing */
-#  define __ptrvalue     /* nothing */
+# if !defined _LIBC && !defined __BOUNDED_POINTERS__
+#  define __bounded	/* nothing */
+#  define __unbounded	/* nothing */
+#  define __ptrvalue	/* nothing */
 # endif
 
 /* The `emacs' switch turns on certain matching commands