X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstring_.h;h=95888635c22b87b36c178a694965e18f1077deb0;hb=5d0b385594bc914e6233988bfb6bc1b92a2184b5;hp=b50523cce0e7cd61bb0c10da548c997f6bbea931;hpb=cbb4401a52ac870ccfe0fbc1e1503e4741ca8fd5;p=gnulib.git diff --git a/lib/string_.h b/lib/string_.h index b50523cce..95888635c 100644 --- a/lib/string_.h +++ b/lib/string_.h @@ -16,6 +16,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#if defined __DECC && __DECC_VER >= 60000000 +# include_next +#endif + #ifndef _GL_STRING_H #define _GL_STRING_H @@ -25,7 +29,9 @@ # pragma GCC system_header #endif -#include @ABSOLUTE_STRING_H@ +#if !(defined __DECC && __DECC_VER >= 60000000) +# include @ABSOLUTE_STRING_H@ +#endif /* The definition of GL_LINK_WARNING is copied here. */