Switch to map_proposal.

This commit is contained in:
Miguel Lechon
2021-03-16 11:11:13 +01:00
parent d5ab0e88df
commit fed011fc52
4 changed files with 18 additions and 12 deletions
+4 -1
View File
@@ -385,7 +385,7 @@ typedef enum MD_MessageKind
MD_MessageKind;
//~ String-To-Node table
#if 0
typedef enum MD_NodeTableCollisionRule
{
MD_NodeTableCollisionRule_Chain,
@@ -407,6 +407,9 @@ struct MD_NodeTable
MD_u64 table_size;
MD_NodeTableSlot **table;
};
#else
#include "map_proposal.h"
#endif
//~ Token kinds.