Deprecate mem chunks

This commit is contained in:
Matthias Clasen
2005-12-05 15:54:44 +00:00
parent 0b5560da8b
commit 7d5800d718
5 changed files with 10 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ void g_mem_profile (void);
/* deprecated memchunks and allocators */
#if !defined G_DISABLE_DEPRECATED || 1
#ifndef G_DISABLE_DEPRECATED
typedef struct _GAllocator GAllocator;
typedef struct _GMemChunk GMemChunk;
#define g_mem_chunk_create(type, pre_alloc, alloc_type) ( \