From 7903d763bb1643109cdf0c55d15a4026cec8ea6c Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Sun, 18 Jan 2009 09:35:17 -0500 Subject: [PATCH] Revert "Trying out a patch for IRIX 11" This reverts commit d190c5d25865a7414eea4fe6409a94842fba220e. --- gl/wchar.in.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gl/wchar.in.h b/gl/wchar.in.h index ee99a12..e069cfa 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: must be included before . @@ -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 @@ -292,5 +294,6 @@ extern int wcwidth (int /* actually wchar_t */); } #endif +#endif /* _GL_WCHAR_H */ #endif /* _GL_WCHAR_H */ #endif -- 2.30.2