Beginning implementation of &on_change for tables.

This commit is contained in:
Johanna Amann 2020-01-09 12:47:16 -05:00
parent f6a1a7053b
commit bf31587c2c
7 changed files with 92 additions and 2 deletions

View file

@ -298,6 +298,7 @@ when return TOK_WHEN;
&read_expire return TOK_ATTR_EXPIRE_READ;
&redef return TOK_ATTR_REDEF;
&write_expire return TOK_ATTR_EXPIRE_WRITE;
&on_change return TOK_ATTR_ON_CHANGE;
@deprecated.* {
auto num_files = file_stack.length();