Explorar o código

Revert "Trying out a patch for IRIX 11"

This reverts commit d190c5d25865a7414eea4fe6409a94842fba220e.
Thomas Guyot-Sionnest %!s(int64=17) %!d(string=hai) anos
pai
achega
7903d763bb
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      gl/wchar.in.h

+ 4 - 1
gl/wchar.in.h

@@ -46,7 +46,6 @@
 /* Normal invocation convention.  */
 /* Normal invocation convention.  */
 
 
 #ifndef _GL_WCHAR_H
 #ifndef _GL_WCHAR_H
-#define _GL_WCHAR_H
 
 
 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
    <wchar.h>.
    <wchar.h>.
@@ -63,6 +62,9 @@
 # @INCLUDE_NEXT@ @NEXT_WCHAR_H@
 # @INCLUDE_NEXT@ @NEXT_WCHAR_H@
 #endif
 #endif
 
 
+#ifndef _GL_WCHAR_H
+#define _GL_WCHAR_H
+
 /* The definition of GL_LINK_WARNING is copied here.  */
 /* The definition of GL_LINK_WARNING is copied here.  */
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
@@ -292,5 +294,6 @@ extern int wcwidth (int /* actually wchar_t */);
 }
 }
 #endif
 #endif
 
 
+#endif /* _GL_WCHAR_H */
 #endif /* _GL_WCHAR_H */
 #endif /* _GL_WCHAR_H */
 #endif
 #endif