*** empty log message ***
[gnulib.git] / lib / regex.c
index 3e9beb1..7d7a979 100644 (file)
 #  define gettext_noop(String) String
 # endif
 
+/* Support for bounded pointers.  */
+# if !defined _LIBC && !defined __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