diff options
Diffstat (limited to 'dimension/common.prologue')
-rw-r--r-- | dimension/common.prologue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dimension/common.prologue b/dimension/common.prologue index d82b110..4fdfcee 100644 --- a/dimension/common.prologue +++ b/dimension/common.prologue @@ -37,6 +37,7 @@ (Current).last_filename = YYRHSLOC(Rhs, N).last_filename; \ (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ (Current).last_column = YYRHSLOC(Rhs, N).last_column; \ + (Current).parent = YYRHSLOC(Rhs, 1).parent; \ } else { \ (Current) = YYRHSLOC(Rhs, 0); \ } \ |