Fix #2163: improve comments for addProcess() and the preamble.

This commit is contained in:
John Kessenich
2020-03-30 00:27:31 -06:00
parent bfe4c5957f
commit 83855b97db
4 changed files with 12 additions and 4 deletions

View File

@@ -242,6 +242,7 @@ protected:
std::string text; // contents of preamble
};
// Track the user's #define and #undef from the command line.
TPreamble UserPreamble;
//