tweak to align with libc
authorJim Meyering <jim@meyering.net>
Sat, 8 Dec 2001 06:57:58 +0000 (06:57 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 8 Dec 2001 06:57:58 +0000 (06:57 +0000)
lib/regex.c

index 9167cbc..7d7a979 100644 (file)
 # 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