[!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue.
authorJim Meyering <jim@meyering.net>
Sun, 2 Dec 2001 17:46:54 +0000 (17:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Dec 2001 17:46:54 +0000 (17:46 +0000)
lib/regex.c

index 3e9beb1..9167cbc 100644 (file)
 #  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