summaryrefslogtreecommitdiff
path: root/lib/regex.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-02 17:46:54 +0000
committerJim Meyering <jim@meyering.net>2001-12-02 17:46:54 +0000
commit4a2b55cc6098367adf01b590229d55916088af29 (patch)
treeb87b68ad942213937e9de5183756879a552a33e9 /lib/regex.c
parent73711e47bbed29ee8242282a70a4b063fcc25349 (diff)
downloadcoreutils-4a2b55cc6098367adf01b590229d55916088af29.tar.xz
[!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue.
Diffstat (limited to 'lib/regex.c')
-rw-r--r--lib/regex.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/regex.c b/lib/regex.c
index 3e9beb13c..9167cbc88 100644
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -112,6 +112,13 @@
# define gettext_noop(String) String
# endif
+/* Support for bounded pointers. */
+# ifndef __BOUNDED_POINTERS__
+# define __bounded /* nothing */
+# define __unbounded /* nothing */
+# define __ptrvalue /* nothing */
+# endif
+
/* The `emacs' switch turns on certain matching commands
that make sense only in Emacs. */
# ifdef emacs