diff finch/libgnt/wms/s.c @ 19186:eef82b050c21

merge of 'bbeac90ad01d5059327da9e2504716614a191cab' and 'f30bfc6fc7aee19d096dd838aad5a784a7371d6c'
author Kevin Stange <kevin@simguy.net>
date Sat, 11 Aug 2007 21:08:27 +0000
parents 6f2e068cf629
children 315151da0dc6
line wrap: on
line diff
--- a/finch/libgnt/wms/s.c	Sat Aug 11 21:08:06 2007 +0000
+++ b/finch/libgnt/wms/s.c	Sat Aug 11 21:08:27 2007 +0000
@@ -15,6 +15,10 @@
 
 #define TYPE_S				(s_get_gtype())
 
+#ifdef _S
+#undef _S
+#endif
+
 typedef struct _S
 {
 	GntWM inherit;