[Serialization] Serialize SIL *apply instructions using SubstitutionMaps.

This commit is contained in:
Doug Gregor
2018-05-03 13:24:30 -07:00
parent ae9d0f6f18
commit caad325a54
4 changed files with 15 additions and 38 deletions

View File

@@ -55,7 +55,7 @@ const uint16_t VERSION_MAJOR = 0;
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
/// Don't worry about adhering to the 80-column limit for this line.
const uint16_t VERSION_MINOR = 414; // Last change: SIL box type substitutions
const uint16_t VERSION_MINOR = 415; // Last change: SIL apply substitutions
using DeclIDField = BCFixed<31>;