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 9167cbc882810a8d3bda20f76f2ed42b67892fac..7d7a9793ed77d17e2ff3037bbf4c6dfb1ace260b 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