mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
.cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8448 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b0a927e26f
commit
4ae42c23b6
3 changed files with 12 additions and 2 deletions
|
|
@ -383,7 +383,8 @@ String Cpp::GetIncludedMacroValues(const Vector<String>& m)
|
|||
if(mm.GetCount())
|
||||
r << '#' << m[i] << '\n' << mm << '\n';
|
||||
}
|
||||
return MD5String(r);
|
||||
return r;
|
||||
// return MD5String(r);
|
||||
}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue