diff options
-rw-r--r-- | gl/wchar.in.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
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 | ||
50 | 49 | ||
51 | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before | 50 | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before |
52 | <wchar.h>. | 51 | <wchar.h>. |
@@ -63,6 +62,9 @@ | |||
63 | # @INCLUDE_NEXT@ @NEXT_WCHAR_H@ | 62 | # @INCLUDE_NEXT@ @NEXT_WCHAR_H@ |
64 | #endif | 63 | #endif |
65 | 64 | ||
65 | #ifndef _GL_WCHAR_H | ||
66 | #define _GL_WCHAR_H | ||
67 | |||
66 | /* The definition of GL_LINK_WARNING is copied here. */ | 68 | /* The definition of GL_LINK_WARNING is copied here. */ |
67 | 69 | ||
68 | #ifdef __cplusplus | 70 | #ifdef __cplusplus |
@@ -293,4 +295,5 @@ extern int wcwidth (int /* actually wchar_t */); | |||
293 | #endif | 295 | #endif |
294 | 296 | ||
295 | #endif /* _GL_WCHAR_H */ | 297 | #endif /* _GL_WCHAR_H */ |
298 | #endif /* _GL_WCHAR_H */ | ||
296 | #endif | 299 | #endif |