mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-24 06:20:40 +02:00
Some fixes
This commit is contained in:
parent
48d6188aaf
commit
f1c70360e5
@ -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>
|
005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Make PLT-reduction work with gcc4, and don't include
|
Make PLT-reduction work with gcc4, and don't include
|
||||||
|
@ -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>
|
005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Make PLT-reduction work with gcc4, and don't include
|
Make PLT-reduction work with gcc4, and don't include
|
||||||
|
@ -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>
|
005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Make PLT-reduction work with gcc4, and don't include
|
Make PLT-reduction work with gcc4, and don't include
|
||||||
|
@ -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>
|
005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Make PLT-reduction work with gcc4, and don't include
|
Make PLT-reduction work with gcc4, and don't include
|
||||||
|
@ -22,9 +22,9 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "galias.h"
|
|
||||||
#include "glib.h"
|
#include "glib.h"
|
||||||
#include "gthreadinit.h"
|
#include "gthreadinit.h"
|
||||||
|
#include "galias.h"
|
||||||
|
|
||||||
#if defined (__GNUC__)
|
#if defined (__GNUC__)
|
||||||
# if defined (G_ATOMIC_I486)
|
# if defined (G_ATOMIC_I486)
|
||||||
@ -647,5 +647,5 @@ _g_atomic_thread_init (void)
|
|||||||
#endif /* DEFINE_WITH_MUTEXES */
|
#endif /* DEFINE_WITH_MUTEXES */
|
||||||
}
|
}
|
||||||
|
|
||||||
#define IN_FILE_gatomic 1
|
#define __G_ATOMIC_C__
|
||||||
#include "galiasdef.c"
|
#include "galiasdef.c"
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "galias.h"
|
|
||||||
#include "glib.h"
|
#include "glib.h"
|
||||||
|
#include "galias.h"
|
||||||
|
|
||||||
|
|
||||||
typedef struct _GCacheNode GCacheNode;
|
typedef struct _GCacheNode GCacheNode;
|
||||||
@ -214,5 +214,5 @@ g_cache_node_destroy (GCacheNode *node)
|
|||||||
G_UNLOCK (node_mem_chunk);
|
G_UNLOCK (node_mem_chunk);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define IN_FILE_gcache 1
|
#define __G_CACHE_C__
|
||||||
#include "galiasdef.c"
|
#include "galiasdef.c"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user