mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 22:04:04 -06:00
.removed DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@8548 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cf19293869
commit
46f973cb9c
3 changed files with 2 additions and 15 deletions
|
|
@ -3,7 +3,7 @@
|
|||
NAMESPACE_UPP
|
||||
|
||||
#define LTIMING(x) // RTIMING(x)
|
||||
#define LLOG(x) DLOG(x)
|
||||
#define LLOG(x) // DLOG(x)
|
||||
|
||||
void Cpp::ParamAdd(Vector<String>& param, const char *s, const char *e)
|
||||
{
|
||||
|
|
@ -234,8 +234,6 @@ void Cpp::Do(const String& sourcefile, Stream& in, const String& currentfile, bo
|
|||
if(get_macros)
|
||||
return;
|
||||
|
||||
DDUMP(namespace_using);
|
||||
|
||||
LTIMING("Expand");
|
||||
incomment = false;
|
||||
prefix_macro.Clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue