diff options
Diffstat (limited to 'include/alloc.h')
-rw-r--r-- | include/alloc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/alloc.h b/include/alloc.h index 56a4a52..4fec2c2 100644 --- a/include/alloc.h +++ b/include/alloc.h @@ -1,12 +1,12 @@ #ifndef ALLOC_H #define ALLOC_H -extern /*@null@*//*@out@*/char *alloc(); +extern /*@null@*/ /*@out@*/ char *alloc(); extern void alloc_free(); extern int alloc_re(); /* use these names in the future */ -#define qfree alloc_free +#define qfree alloc_free #define qrealloc alloc_re #endif |