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
commit2ae086931c294858b0432607826a97fcb6edacfb (patch)
tree8111827d6ed1a555366aee2f9dd3595e4696c417 /lib/regex.c
parent0ee525bda0e84e040ff7c6ce89823b3a06fdd63f (diff)
downloadgnulib-2ae086931c294858b0432607826a97fcb6edacfb.tar.gz
[!__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 3e9beb13c0..9167cbc882 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