mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-09 18:13:41 +01:00
More small fixes
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gatomic.c:
|
||||||
|
* glib/gcache.c: Small fixes to the previous commit.
|
||||||
|
|
||||||
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gatomic.c: Include galias.h last.
|
* glib/gatomic.c: Include galias.h last.
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gatomic.c:
|
||||||
|
* glib/gcache.c: Small fixes to the previous commit.
|
||||||
|
|
||||||
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gatomic.c: Include galias.h last.
|
* glib/gatomic.c: Include galias.h last.
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gatomic.c:
|
||||||
|
* glib/gcache.c: Small fixes to the previous commit.
|
||||||
|
|
||||||
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gatomic.c: Include galias.h last.
|
* glib/gatomic.c: Include galias.h last.
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gatomic.c:
|
||||||
|
* glib/gcache.c: Small fixes to the previous commit.
|
||||||
|
|
||||||
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gatomic.c: Include galias.h last.
|
* glib/gatomic.c: Include galias.h last.
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user