Some fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 14 Mar 2005 05:06:17 +0000 (05:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 14 Mar 2005 05:06:17 +0000 (05:06 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gatomic.c
glib/gcache.c

index 05170ede050156ca232f34d73795ca65110e5743..50f04e04c300f0ceccc4ca3b0a653029360fe889 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+005-03-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gatomic.c:
+       * glib/gcache.c: Small fixes to the previous commit.
+
 005-03-13  Matthias Clasen  <mclasen@redhat.com>
 
        Make PLT-reduction work with gcc4, and don't include
index 05170ede050156ca232f34d73795ca65110e5743..50f04e04c300f0ceccc4ca3b0a653029360fe889 100644 (file)
@@ -1,3 +1,8 @@
+005-03-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gatomic.c:
+       * glib/gcache.c: Small fixes to the previous commit.
+
 005-03-13  Matthias Clasen  <mclasen@redhat.com>
 
        Make PLT-reduction work with gcc4, and don't include
index 05170ede050156ca232f34d73795ca65110e5743..50f04e04c300f0ceccc4ca3b0a653029360fe889 100644 (file)
@@ -1,3 +1,8 @@
+005-03-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gatomic.c:
+       * glib/gcache.c: Small fixes to the previous commit.
+
 005-03-13  Matthias Clasen  <mclasen@redhat.com>
 
        Make PLT-reduction work with gcc4, and don't include
index 05170ede050156ca232f34d73795ca65110e5743..50f04e04c300f0ceccc4ca3b0a653029360fe889 100644 (file)
@@ -1,3 +1,8 @@
+005-03-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gatomic.c:
+       * glib/gcache.c: Small fixes to the previous commit.
+
 005-03-13  Matthias Clasen  <mclasen@redhat.com>
 
        Make PLT-reduction work with gcc4, and don't include
index 06d7ee6e51a9e9d7011a2687aad7ab95a8b0428b..308486b7938a5abdb7e5d69a26e21812c4a1cfb1 100644 (file)
@@ -22,9 +22,9 @@
  
 #include "config.h"
 
-#include "galias.h"
 #include "glib.h"
 #include "gthreadinit.h"
+#include "galias.h"
 
 #if defined (__GNUC__)
 # if defined (G_ATOMIC_I486)
@@ -647,5 +647,5 @@ _g_atomic_thread_init (void)
 #endif /* DEFINE_WITH_MUTEXES */
 }
 
-#define IN_FILE_gatomic 1
+#define __G_ATOMIC_C__
 #include "galiasdef.c"
index f92276b7343aaf21fd77474a20cf27fb29d9513a..e3080c98ace9201830b0bb6583adb2992099c50c 100644 (file)
@@ -30,8 +30,8 @@
 
 #include "config.h"
 
-#include "galias.h"
 #include "glib.h"
+#include "galias.h"
 
 
 typedef struct _GCacheNode  GCacheNode;
@@ -214,5 +214,5 @@ g_cache_node_destroy (GCacheNode *node)
   G_UNLOCK (node_mem_chunk);
 }
 
-#define IN_FILE_gcache 1
+#define __G_CACHE_C__
 #include "galiasdef.c"