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
everything in galias.h:
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
everything in galias.h:
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
everything in galias.h:
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
everything in galias.h:
#include "config.h"
-#include "galias.h"
#include "glib.h"
#include "gthreadinit.h"
+#include "galias.h"
#if defined (__GNUC__)
# if defined (G_ATOMIC_I486)
#endif /* DEFINE_WITH_MUTEXES */
}
-#define IN_FILE_gatomic 1
+#define __G_ATOMIC_C__
#include "galiasdef.c"
#include "config.h"
-#include "galias.h"
#include "glib.h"
+#include "galias.h"
typedef struct _GCacheNode GCacheNode;
G_UNLOCK (node_mem_chunk);
}
-#define IN_FILE_gcache 1
+#define __G_CACHE_C__
#include "galiasdef.c"