Skip to content

Commit

Permalink
remove debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed May 14, 2022
1 parent 82a8b32 commit 69824bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dm/src/dmc/dpragma.d
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ void print_macros()
{
if (!(config.flags3 & CFG3defines))
return;
printf("print_macros()\n");

foreach (m; mactabroot[0 .. MACROHASHSIZE])
{
static void visit(macro_t* m)
Expand All @@ -614,7 +614,7 @@ void print_macros()
}

/*********************************
* Print macro in canonicalized textual form (minimized whitespace, comments removed)
* Print macro in canonicalized source form (minimized whitespace, comments removed)
* Params:
* m = macro to print
*/
Expand Down

0 comments on commit 69824bc

Please sign in to comment.