[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2130] nagiosplug/trunk/gl/wchar.in.h
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Sun Jan 18 15:46:17 CET 2009
Revision: 2130
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2130&view=rev
Author: dermoth
Date: 2009-01-18 14:46:17 +0000 (Sun, 18 Jan 2009)
Log Message:
-----------
Revert "Trying out a patch for IRIX 11"
This reverts commit d190c5d25865a7414eea4fe6409a94842fba220e.
From: Thomas Guyot-Sionnest <dermoth at aei.ca>
Modified Paths:
--------------
nagiosplug/trunk/gl/wchar.in.h
Modified: nagiosplug/trunk/gl/wchar.in.h
===================================================================
--- nagiosplug/trunk/gl/wchar.in.h 2009-01-17 01:38:20 UTC (rev 2129)
+++ nagiosplug/trunk/gl/wchar.in.h 2009-01-18 14:46:17 UTC (rev 2130)
@@ -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 @@
#endif
#endif /* _GL_WCHAR_H */
+#endif /* _GL_WCHAR_H */
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list