X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Finttypes_.h;h=be2bdabbac69a87201b073388c324615a8e73a64;hb=dd6ceef65e424d30db8706273f88c20b015012ce;hp=97ab3adfb950706f610ed6e5ead4e30031906575;hpb=738e912a0f97a43c2b195bcec6fe34512208e81f;p=gnulib.git diff --git a/lib/inttypes_.h b/lib/inttypes_.h index 97ab3adfb..be2bdabba 100644 --- a/lib/inttypes_.h +++ b/lib/inttypes_.h @@ -21,7 +21,11 @@ which in turn includes this file. */ #if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H # if @HAVE_INTTYPES_H@ -# include @ABSOLUTE_INTTYPES_H@ +# if @HAVE_INCLUDE_NEXT@ +# include_next +# else +# include @ABSOLUTE_INTTYPES_H@ +# endif # endif #endif @@ -1043,7 +1047,7 @@ extern intmax_t imaxabs (intmax_t); #elif defined GNULIB_POSIXCHECK # undef imaxabs # define imaxabs(a) \ - (GL_LINK_WARNING ("imaxabs is unportable - "\ + (GL_LINK_WARNING ("imaxabs is unportable - " \ "use gnulib module imaxabs for portability"), \ imaxabs (a)) #endif @@ -1056,7 +1060,7 @@ extern imaxdiv_t imaxdiv (intmax_t, intmax_t); #elif defined GNULIB_POSIXCHECK # undef imaxdiv # define imaxdiv(a,b) \ - (GL_LINK_WARNING ("imaxdiv is unportable - "\ + (GL_LINK_WARNING ("imaxdiv is unportable - " \ "use gnulib module imaxdiv for portability"), \ imaxdiv (a, b)) #endif @@ -1068,7 +1072,7 @@ extern intmax_t strtoimax (const char *, char **, int); #elif defined GNULIB_POSIXCHECK # undef strtoimax # define strtoimax(p,e,b) \ - (GL_LINK_WARNING ("strtoimax is unportable - "\ + (GL_LINK_WARNING ("strtoimax is unportable - " \ "use gnulib module strtoimax for portability"), \ strtoimax (p, e, b)) #endif @@ -1080,7 +1084,7 @@ extern uintmax_t strtoumax (const char *, char **, int); #elif defined GNULIB_POSIXCHECK # undef strtoumax # define strtoumax(p,e,b) \ - (GL_LINK_WARNING ("strtoumax is unportable - "\ + (GL_LINK_WARNING ("strtoumax is unportable - " \ "use gnulib module strtoumax for portability"), \ strtoumax (p, e, b)) #endif