aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
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,