summaryrefslogtreecommitdiffstats
path: root/gl
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-17 01:36:00 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-17 01:36:00 (GMT)
commitd190c5d25865a7414eea4fe6409a94842fba220e (patch)
treee24ed3e66a0d2a2dbf7484859bbdf55ccedd7004 /gl
parentc5c3b3748afe2291c038c36c9873201a4e84efb8 (diff)
downloadmonitoring-plugins-d190c5d25865a7414eea4fe6409a94842fba220e.tar.gz
Trying out a patch for IRIX 11
See: http://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00098.html
Diffstat (limited to 'gl')
-rw-r--r--gl/wchar.in.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gl/wchar.in.h b/gl/wchar.in.h
index e069cfa..ee99a12 100644
--- a/gl/wchar.in.h
+++ b/gl/wchar.in.h
@@ -46,6 +46,7 @@
46/* Normal invocation convention. */ 46/* Normal invocation convention. */
47 47
48#ifndef _GL_WCHAR_H 48#ifndef _GL_WCHAR_H
49#define _GL_WCHAR_H
49 50
50/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 51/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
51 <wchar.h>. 52 <wchar.h>.
@@ -62,9 +63,6 @@
62# @INCLUDE_NEXT@ @NEXT_WCHAR_H@ 63# @INCLUDE_NEXT@ @NEXT_WCHAR_H@
63#endif 64#endif
64 65
65#ifndef _GL_WCHAR_H
66#define _GL_WCHAR_H
67
68/* The definition of GL_LINK_WARNING is copied here. */ 66/* The definition of GL_LINK_WARNING is copied here. */
69 67
70#ifdef __cplusplus 68#ifdef __cplusplus
@@ -295,5 +293,4 @@ extern int wcwidth (int /* actually wchar_t */);
295#endif 293#endif
296 294
297#endif /* _GL_WCHAR_H */ 295#endif /* _GL_WCHAR_H */
298#endif /* _GL_WCHAR_H */
299#endif 296#endif