From 8424804b1feaff5121060ed5ae4a321c47a76c34 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 21 Dec 2009 04:25:30 -0500 Subject: Differentiate between colors and vectors in the AST. --- dimension/parse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dimension/parse.h') diff --git a/dimension/parse.h b/dimension/parse.h index e4772e1..2b2a878 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -72,6 +72,8 @@ typedef enum { DMNSN_AST_DOT_T, DMNSN_AST_DOT_TRANSMIT, + DMNSN_AST_COLOR, + DMNSN_AST_IDENTIFIER, DMNSN_AST_STRING, -- cgit v1.2.3