logger update
[vg.git] / vg_mem.h
index f8d26d4e7775a4a17d777c537ea61dbd776c8105..12a04f986eecce50d2d1fd917b48dd2e725e8703 100644 (file)
--- a/vg_mem.h
+++ b/vg_mem.h
@@ -4,6 +4,7 @@
 #include "vg.h"
 #include "vg_stdint.h"
 #include "vg_platform.h"
+#include "vg_log.h"
 
 #include <stdlib.h>
 #include <malloc.h>
@@ -119,8 +120,11 @@ VG_STATIC void vg_mem_log( void *lin_alloc, int depth, const char *name );
  */
 
 VG_STATIC void vg_fatal_error( const char *fmt, ... );
+
+#if 0
 VG_STATIC void vg_error(const char *fmt, ...);
 VG_STATIC void vg_info(const char *fmt, ...);
+#endif
 
 VG_STATIC u32 vg_align8( u32 s )
 {