changeset 3667:1bfa52c8c743

tweak to align with libc
author Jim Meyering <jim@meyering.net>
date Sat, 08 Dec 2001 06:57:58 +0000
parents be82cff1af6a
children f6f5a26c2bd5
files lib/regex.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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