SIL Serialization: Small renaming and cleanup

This commit is contained in:
Slava Pestov
2016-03-17 02:56:42 -07:00
parent a4c50e1c40
commit 9ece955aca
7 changed files with 37 additions and 39 deletions

View File

@@ -54,7 +54,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.
/// describe what change you made.
const uint16_t VERSION_MINOR = 242; // Last change: serialize ProtocolDecl::DefaultWitnesses
const uint16_t VERSION_MINOR = 243; // Last change: re-number SIL stuff
using DeclID = PointerEmbeddedInt<unsigned, 31>;
using DeclIDField = BCFixed<31>;