Debugging BVLC.

This commit is contained in:
skarg
2008-07-16 02:43:29 +00:00
parent a889733e2b
commit 7d763e9a7b
2 changed files with 34 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
#if DEBUG_ENABLED
void debug_printf(const char * format, ...);
void debug_fprintf(FILE * stream, const char * format, ...)
void debug_fprintf(FILE * stream, const char * format, ...);
#else
static void debug_printf(const char * format, ...) {}
static void debug_fprintf(FILE * stream, const char * format, ...) {}