diff options
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ typedef struct CNode { } ext; struct CNode *chd, *next; /* For error reporting */ - struct Location { + struct { int row, col; } loc; } CNode; |