changeset 3663:275af042d391

[!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue.
author Jim Meyering <jim@meyering.net>
date Sun, 02 Dec 2001 17:46:54 +0000
parents acb4d828c062
children 5f6d3c61a0e2
files lib/regex.c
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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