aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index 55a0e8a..bdae049 100644
--- a/ast.h
+++ b/ast.h
@@ -51,7 +51,7 @@ typedef struct CNode {
} ext;
struct CNode *chd, *next;
/* For error reporting */
- struct Location {
+ struct {
int row, col;
} loc;
} CNode;