Make macro_reference_t store the offset of the first macro action and expose ParseMacroAction

This commit is contained in:
Eric Tang
2017-08-09 13:13:50 -07:00
parent 22e49c50d1
commit b1fb5f62c1
3 changed files with 7 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
// Typedefs:
typedef struct {
uint16_t offset;
uint16_t firstMacroActionOffset;
uint16_t macroActionsCount;
} macro_reference_t;