cleanup TMALLOC etc macros

This commit is contained in:
rlar
2010-10-31 19:36:57 +00:00
parent 1372c00bf4
commit c3f20f8321
5 changed files with 42 additions and 32 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ NON-STANDARD FEATURES
void *tmalloc(size_t);
#define TMALLOC(t,n) (t*) /**/ tmalloc(sizeof(t) * (size_t)(n))
#define TMALLOC(t,n) (t*) tmalloc(sizeof(t) * (size_t)(n))
/* ************************************************************************ */
+1 -1
View File
@@ -46,7 +46,7 @@ NON-STANDARD FEATURES
void *tmalloc(size_t);
#define TMALLOC(t,n) (t*) /**/ tmalloc(sizeof(t) * (size_t)(n))
#define TMALLOC(t,n) (t*) tmalloc(sizeof(t) * (size_t)(n))
/* ************************************************************************ */