git-svn-id: svn://ultimatepp.org/upp/trunk@8271 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-03-15 16:51:28 +00:00
parent 7aeed9b17b
commit 91b645d0fe
282 changed files with 127 additions and 187329 deletions

View file

@ -41,7 +41,7 @@ struct Cpp {
Index<String> header;
VectorMap<String, CppMacro> macro0;
VectorMap<String, CppMacro> macro;
Index<String> notmacro;
Index<String> notmacro; // speed optimization
Index<String> usedmacro;
void SyncSet();