X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregex.c;h=7d7a9793ed77d17e2ff3037bbf4c6dfb1ace260b;hb=b5a2c641784fe37cba7c02f109edda0fbed47de3;hp=3e9beb13c0f7a5aad34c662475812281d00be3ed;hpb=39fcb4103371f5cf844e296fd3cc9d594555af6a;p=gnulib.git diff --git a/lib/regex.c b/lib/regex.c index 3e9beb13c..7d7a9793e 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -112,6 +112,13 @@ # 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