diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-16 20:36:00 -0500 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-16 20:36:00 -0500 |
commit | d190c5d25865a7414eea4fe6409a94842fba220e (patch) | |
tree | e24ed3e66a0d2a2dbf7484859bbdf55ccedd7004 | |
parent | c5c3b3748afe2291c038c36c9873201a4e84efb8 (diff) | |
download | monitoring-plugins-d190c5d25865a7414eea4fe6409a94842fba220e.tar.gz |
Trying out a patch for IRIX 11
See: http://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00098.html
-rw-r--r-- | gl/wchar.in.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gl/wchar.in.h b/gl/wchar.in.h index e069cfaa..ee99a12d 100644 --- a/gl/wchar.in.h +++ b/gl/wchar.in.h @@ -46,6 +46,7 @@ /* 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>. @@ -62,9 +63,6 @@ # @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 @@ -295,5 +293,4 @@ extern int wcwidth (int /* actually wchar_t */); #endif #endif /* _GL_WCHAR_H */ -#endif /* _GL_WCHAR_H */ #endif |