Added logging of target variable expansion. See #62.

This commit is contained in:
brectanus
2007-08-08 14:48:49 +00:00
parent 820ba5f1d2
commit 5a6ce01429
3 changed files with 22 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ struct msre_rule {
msre_op_metadata *op_metadata;
unsigned int op_negated;
msre_actionset *actionset;
const char *p1;
const char *filename;
int line_num;