fix GTDBG macro for gcc
This commit is contained in:
parent
32836fd218
commit
b940ad5956
|
@ -63,7 +63,7 @@ static void Show_Node( TidyDocImpl* doc, const char *msg, Node *node )
|
||||||
}
|
}
|
||||||
#define GTDBG(a,b,c) Show_Node(a,b,c)
|
#define GTDBG(a,b,c) Show_Node(a,b,c)
|
||||||
#else
|
#else
|
||||||
#define GTDBG
|
#define GTDBG(a,b,c)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Forward references
|
/* Forward references
|
||||||
|
|
Loading…
Reference in a new issue