preprocessor: Reactivated the expandMacros. This time it's done after the #if #else #endif has been
processed
This commit is contained in:
parent
ea686a1da9
commit
8785483878
|
@ -440,7 +440,7 @@ std::string Preprocessor::getcode(const std::string &filedata, std::string cfg)
|
||||||
ret << line << "\n";
|
ret << line << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret.str();
|
return expandMacros(ret.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue