X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=gnu%2Finttypes.in.h;fp=gnu%2Finttypes.in.h;h=ce8fab32f06ec375311c86aabf19e588a833faf0;hp=27deaa7f48aea43c9e27deca6b0ce8280748e066;hb=de7372b23c3da92fbfaea2d1ac592f0b2ba87914;hpb=fbbfb9406a82e647ce27b6462b11a802fa48f31a diff --git a/gnu/inttypes.in.h b/gnu/inttypes.in.h index 27deaa7..ce8fab3 100644 --- a/gnu/inttypes.in.h +++ b/gnu/inttypes.in.h @@ -22,15 +22,17 @@ * */ +#if __GNUC__ >= 3 +@PRAGMA_SYSTEM_HEADER@ +#endif +@PRAGMA_COLUMNS@ + /* Include the original if it exists, and if this file has not been included yet or if this file includes gnulib stdint.h which in turn includes this file. The include_next requires a split double-inclusion guard. */ #if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H # if @HAVE_INTTYPES_H@ -# if __GNUC__ >= 3 -@PRAGMA_SYSTEM_HEADER@ -# endif # @INCLUDE_NEXT@ @NEXT_INTTYPES_H@ # endif #endif