summaryrefslogtreecommitdiff
path: root/lib/regex.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-08 06:57:58 +0000
committerJim Meyering <jim@meyering.net>2001-12-08 06:57:58 +0000
commitdcfb371a6b58e91e93361fc6ca48b2d05d638c3e (patch)
treea8b945c4bbfdd6c958be58177ff819defbb318ed /lib/regex.c
parentacca325884b150006f3d380f651ccf2b528de81a (diff)
downloadcoreutils-dcfb371a6b58e91e93361fc6ca48b2d05d638c3e.tar.xz
tweak to align with libc
Diffstat (limited to 'lib/regex.c')
-rw-r--r--lib/regex.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/regex.c b/lib/regex.c
index 9167cbc88..7d7a9793e 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