Actually define the guard after checking for it. (#108038, Morten
authorMatthias Clasen <maclas@gmx.de>
Sat, 19 Jun 2004 02:57:15 +0000 (02:57 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 19 Jun 2004 02:57:15 +0000 (02:57 +0000)
Fri Jun 18 22:55:36 2004  Matthias Clasen  <maclas@gmx.de>

* gsourceclosure.h (__G_SOURCECLOSURE_H__): Actually
define the guard after checking for it.  (#108038,
Morten Welinder)

gobject/ChangeLog
gobject/gsourceclosure.h

index 6aab6dc..d734455 100644 (file)
@@ -1,3 +1,9 @@
+Fri Jun 18 22:53:13 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gsourceclosure.h (__G_SOURCECLOSURE_H__): Actually 
+       define the guard after checking for it.  (#108038, 
+       Morten Welinder)
+
 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.4.1 ===
index 6735d13..e371235 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #ifndef __G_SOURCECLOSURE_H__
+#define __G_SOURCECLOSURE_H__
 
 #include <gobject/gclosure.h>