fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==1

This commit is contained in:
Simon Goldschmidt
2011-09-24 13:59:33 +02:00
committed by goldsimon
parent 140eb22cf0
commit 5715469d26
2 changed files with 4 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ extern "C" {
#include <stddef.h> /* for size_t */
typedef size_t mem_size_t;
#define MEM_SIZE_F SZT_F
/* aliases for C library malloc() */
#define mem_init()