changeset 23354:b9972fc11994

[!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue.
author Jim Meyering <jim@meyering.net>
date Sun, 02 Dec 2001 17:46:54 +0000
parents 20116c8f039f
children 9adb429cb736
files lib/regex.c
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/regex.c	Fri Nov 30 14:51:13 2001 +0000
+++ b/lib/regex.c	Sun Dec 02 17:46:54 2001 +0000
@@ -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