summaryrefslogtreecommitdiff
path: root/src/rlreduce.lm
diff options
context:
space:
mode:
Diffstat (limited to 'src/rlreduce.lm')
-rw-r--r--src/rlreduce.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rlreduce.lm b/src/rlreduce.lm
index aded9232..88b807f7 100644
--- a/src/rlreduce.lm
+++ b/src/rlreduce.lm
@@ -167,7 +167,7 @@ reduction TopLevel
}
else {
/* Add the action to the list of actions. */
- Action *newAction = new Action( @1, data,
+ Action *newAction = new Action( &$action_block->loc, data,
$action_block->inlineList, pd->fsmCtx->nextCondId++ );
/* Insert to list and dict. */
@@ -189,7 +189,7 @@ reduction TopLevel
}
else {
/* Add the action to the list of actions. */
- Action *newAction = new Action( @1, data,
+ Action *newAction = new Action( &$action_block->loc, data,
$action_block->inlineList, pd->fsmCtx->nextCondId++ );
/* Insert to list and dict. */