From ca9650190643302b8af46b106230fda877407f07 Mon Sep 17 00:00:00 2001 From: Teddy Date: Fri, 4 Apr 2014 20:34:44 +0800 Subject: working on type checking --- ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ast.h') 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; -- cgit v1.2.3-70-g09d2