# HG changeset patch # User Sadrul Habib Chowdhury # Date 1186805711 0 # Node ID 6f2e068cf6297a9cc8de782e12d2d9a2ebe5122b # Parent 5dc587a877d6245592fae144c261663f19e5b0a4 Fix #2344. diff -r 5dc587a877d6 -r 6f2e068cf629 finch/libgnt/wms/s.c --- a/finch/libgnt/wms/s.c Sat Aug 11 04:13:11 2007 +0000 +++ b/finch/libgnt/wms/s.c Sat Aug 11 04:15:11 2007 +0000 @@ -15,6 +15,10 @@ #define TYPE_S (s_get_gtype()) +#ifdef _S +#undef _S +#endif + typedef struct _S { GntWM inherit;