]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lib.h
WORD_TYPES_HIDDEN shouldn't be considered META by default.
[libucw.git] / lib / lib.h
index 7c3eb5ff472f367bb8efc82a1dad862f07148db6..e2bc3ef434cf34a166175ba2e085eeab6393b160 100644 (file)
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -84,11 +84,11 @@ void log_fork(void);
  */
 #define xmalloc sh_xmalloc
 void *xmalloc(unsigned);
-void *xmalloc_zero(unsigned);
 void *xrealloc(void *, unsigned);
 #define xfree(x) free(x)
 #endif
 
+void *xmalloc_zero(unsigned);
 byte *stralloc(byte *);
 
 /* Objects */