diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-08 15:36:17 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-08 15:36:17 +0200 |
commit | 4bcd479c96ccd4ee7994ca81cb28b2fc41a80d28 (patch) | |
tree | 5c6e89c9474b3ab2055afff8baf7ae5d7b7d96be /gl/stdint.in.h | |
parent | 9ada050dc47008b1aeae9223d960e2d127aac9d9 (diff) | |
download | libtasn1-4bcd479c96ccd4ee7994ca81cb28b2fc41a80d28.tar.gz libtasn1-4bcd479c96ccd4ee7994ca81cb28b2fc41a80d28.tar.bz2 libtasn1-4bcd479c96ccd4ee7994ca81cb28b2fc41a80d28.zip |
Update gnulib files.
Diffstat (limited to 'gl/stdint.in.h')
-rw-r--r-- | gl/stdint.in.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/stdint.in.h b/gl/stdint.in.h index 67baceb..5510396 100644 --- a/gl/stdint.in.h +++ b/gl/stdint.in.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2002, 2004-2007 Free Software Foundation, Inc. +/* Copyright (C) 2001-2002, 2004-2008 Free Software Foundation, Inc. Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. This file is part of gnulib. @@ -49,6 +49,7 @@ in <inttypes.h> would reinclude us, skipping our contents because _GL_STDINT_H is defined. The include_next requires a split double-inclusion guard. */ +@PRAGMA_SYSTEM_HEADER@ # @INCLUDE_NEXT@ @NEXT_STDINT_H@ #endif |