When parsing a macro, store its offset and number of actions

This commit is contained in:
Eric Tang
2017-08-09 09:49:30 -07:00
parent 1c91a7d5d9
commit c983e58d8e
5 changed files with 36 additions and 3 deletions

View File

@@ -20,6 +20,6 @@
// Functions:
parser_error_t ParseMacro(config_buffer_t *buffer);
parser_error_t ParseMacro(config_buffer_t *buffer, uint16_t macroIdx);
#endif