X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstdlib_.h;h=c947c1d263796f74cec76f463b07e4109d2718de;hb=5d0b385594bc914e6233988bfb6bc1b92a2184b5;hp=a9204088e3f3d546405bf8f3c51faf9b950d6f89;hpb=2250374de7873f5332ce66167303c8007064a85e;p=gnulib.git diff --git a/lib/stdlib_.h b/lib/stdlib_.h index a9204088e..c947c1d26 100644 --- a/lib/stdlib_.h +++ b/lib/stdlib_.h @@ -30,6 +30,11 @@ #else /* Normal invocation convention. */ + +#if defined __DECC && __DECC_VER >= 60000000 +# include_next +#endif + #ifndef _GL_STDLIB_H #define _GL_STDLIB_H @@ -40,7 +45,9 @@ # pragma GCC system_header #endif -#include @ABSOLUTE_STDLIB_H@ +#if !(defined __DECC && __DECC_VER >= 60000000) +# include @ABSOLUTE_STDLIB_H@ +#endif /* The definition of GL_LINK_WARNING is copied here. */