Skip to content

Commit

Permalink
Disable debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 22, 2011
1 parent 850cb10 commit 0c6edb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mojoshader_compiler.c
Expand Up @@ -2511,7 +2511,8 @@ static const MOJOSHADER_astDataType *match_func_to_call(Context *ctx,
args = args->next;
} // while;

#define DEBUG_OVERLOADS 1
// !!! FIXME: remove this debug code later.
#define DEBUG_OVERLOADS 0
#if DEBUG_OVERLOADS
printf("Attempt to call function %s(", sym);
args = ast->args;
Expand Down

0 comments on commit 0c6edb8

Please sign in to comment.