summaryrefslogtreecommitdiff
path: root/src/redfsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/redfsm.h')
-rw-r--r--src/redfsm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/redfsm.h b/src/redfsm.h
index 618fbd61..65a43c6c 100644
--- a/src/redfsm.h
+++ b/src/redfsm.h
@@ -60,7 +60,8 @@ struct ObjectField;
struct GenAction
{
/* Data collected during parse. */
- InputLoc loc;
+ int loc_line;
+ int loc_col;
char *name;
InlineList *inlineList;
int actionId;