~ubuntu-branches/ubuntu/precise/libtasn1-3/precise-security

« back to all changes in this revision

Viewing changes to gl/wchar.in.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 16:42:04 UTC
  • mfrom: (11.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110520164204-fpsa7kh6k71kagwf
Tags: 2.9-3ubuntu1
* Merge from Debian unstable, remaining changes:
  - build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#if __GNUC__ >= 3
30
30
@PRAGMA_SYSTEM_HEADER@
31
31
#endif
 
32
@PRAGMA_COLUMNS@
32
33
 
33
34
#if defined __need_mbstate_t || defined __need_wint_t || (defined __hpux && ((defined _INTTYPES_INCLUDED && !defined strtoimax) || defined _GL_JUST_INCLUDE_SYSTEM_WCHAR_H)) || defined _GL_ALREADY_INCLUDING_WCHAR_H
34
35
/* Special invocation convention:
52
53
 
53
54
#define _GL_ALREADY_INCLUDING_WCHAR_H
54
55
 
 
56
#if @HAVE_FEATURES_H@
 
57
# include <features.h> /* for __GLIBC__ */
 
58
#endif
 
59
 
55
60
/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
56
61
   <wchar.h>.
57
62
   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be