From: Jim Meyering Date: Sun, 2 Dec 2001 17:46:54 +0000 (+0000) Subject: [!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue. X-Git-Tag: FILEUTILS-4_1_3~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a2b55cc6098367adf01b590229d55916088af29;p=thirdparty%2Fcoreutils.git [!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue. --- diff --git a/lib/regex.c b/lib/regex.c index 3e9beb13c0..9167cbc882 100644 --- 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