Code::Blocks
SVN r11506
|
#include <sdk.h>
#include "parserthreadedtask.h"
#include "cclogger.h"
#include "parser.h"
#include "tokentree.h"
Go to the source code of this file.
Macros | |
#define | CC_PARSERTHREADEDTASK_DEBUG_OUTPUT 0 |
#define | TRACE(format, args...) |
#define | TRACE2(format, args...) |
#define CC_PARSERTHREADEDTASK_DEBUG_OUTPUT 0 |
Definition at line 25 of file parserthreadedtask.cpp.
#define TRACE | ( | format, | |
args... | |||
) |
Definition at line 52 of file parserthreadedtask.cpp.
Referenced by ParserThreadedTask::Execute(), and MarkFileAsLocalThreadedTask::Execute().
#define TRACE2 | ( | format, | |
args... | |||
) |
Definition at line 53 of file parserthreadedtask.cpp.