Skip to content

Commit

Permalink
Turn off allocator debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 19, 2009
1 parent cdda873 commit f6cd3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mojoshader-compiler.c
Expand Up @@ -15,7 +15,7 @@
static const char **include_paths = NULL;
static unsigned int include_path_count = 0;

#define MOJOSHADER_DEBUG_MALLOC 1
#define MOJOSHADER_DEBUG_MALLOC 0

#if MOJOSHADER_DEBUG_MALLOC
static void *Malloc(int len, void *d)
Expand Down

0 comments on commit f6cd3a6

Please sign in to comment.