aboutsummaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2009-01-18 09:35:17 -0500
committerGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2009-01-18 09:35:17 -0500
commit7903d763bb1643109cdf0c55d15a4026cec8ea6c (patch)
treec3f37d64bab9e661954adc8097a8190d3526f343 /gl
parentd190c5d25865a7414eea4fe6409a94842fba220e (diff)
downloadmonitoring-plugins-7903d763bb1643109cdf0c55d15a4026cec8ea6c.tar.gz
Revert "Trying out a patch for IRIX 11"
This reverts commit d190c5d25865a7414eea4fe6409a94842fba220e.
Diffstat (limited to 'gl')
-rw-r--r--gl/wchar.in.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gl/wchar.in.h b/gl/wchar.in.h
index ee99a12d..e069cfaa 100644
--- a/gl/wchar.in.h
+++ b/gl/wchar.in.h
@@ -46,7 +46,6 @@
/* Normal invocation convention. */
#ifndef _GL_WCHAR_H
-#define _GL_WCHAR_H
/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
<wchar.h>.
@@ -63,6 +62,9 @@
# @INCLUDE_NEXT@ @NEXT_WCHAR_H@
#endif
+#ifndef _GL_WCHAR_H
+#define _GL_WCHAR_H
+
/* The definition of GL_LINK_WARNING is copied here. */
#ifdef __cplusplus
@@ -293,4 +295,5 @@ extern int wcwidth (int /* actually wchar_t */);
#endif
#endif /* _GL_WCHAR_H */
+#endif /* _GL_WCHAR_H */
#endif