mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-29 06:12:18 -06:00
.cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8448 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e98b8f5e1e
commit
1506484ce2
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