git-svn-id: svn://ultimatepp.org/upp/trunk@8448 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-05-14 13:56:34 +00:00
parent b0a927e26f
commit 4ae42c23b6
3 changed files with 12 additions and 2 deletions

View file

@ -262,6 +262,7 @@ void PPFile::Parse(Stream& in)
next_segment = true;
m.type = type;
m.text = id;
DLOG("namespace " << id);
}
was_namespace = was_using = false;
}