gnome-games r7457 - trunk/aisleriot



Author: chpe
Date: Mon Mar  3 17:51:08 2008
New Revision: 7457
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7457&view=rev

Log:
	* guile16-compat.h: Fix the build with guile 1.6 and older gccs. Bug
	#519990, patch by Jasper Lievisse Adriaanse.

Modified:
   trunk/aisleriot/ChangeLog
   trunk/aisleriot/guile16-compat.h

Modified: trunk/aisleriot/guile16-compat.h
==============================================================================
--- trunk/aisleriot/guile16-compat.h	(original)
+++ trunk/aisleriot/guile16-compat.h	Mon Mar  3 17:51:08 2008
@@ -23,7 +23,7 @@
 #include <string.h>
 
 #ifdef HAVE_GUILE_1_8
-#error Don't include this file on guile 1.8
+#error Do not include this file on guile 1.8
 #endif
 
 #define scm_to_locale_string(object) (strdup (SCM_STRING_CHARS (object)))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]