mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
fix to compile with debugging turned off
This commit is contained in:
parent
8d6d22f425
commit
11b453d5cf
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ typedef XP_U32 XP_Time;
|
|||
#else
|
||||
# define XP_MALLOC(pool, nbytes) malloc(nbytes)
|
||||
# define XP_REALLOC(pool, p, bytes) realloc((p), (bytes))
|
||||
# define XP_CALLOC( pool, bytes ) calloc( 1, (bytes) )
|
||||
# define XP_FREE(pool, p) free(p)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue