aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-06 10:26:37 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-06 10:26:37 +0800
commitf446f65340d41d6b4558a26912ba15e28059fe48 (patch)
tree8d1c1208787851dc92761422b4e360d35f98c885 /ast.h
parent7384b7e2cbe9f40970c74bc5afe589c3df4fe24d (diff)
complex cast almost donecomplex_cast
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index 016b09b..c12e2b9 100644
--- a/ast.h
+++ b/ast.h
@@ -28,7 +28,6 @@ typedef struct CNode {
/* Expressions */
EXP,
- TYPE_NAME,
ID, /* identifier */
INT, /* INT_CONST */
CHAR,