From 3f660a9b219b03bd5188cd4f0da9a58f507a933a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 2 Feb 2010 22:45:20 -0500 Subject: Support #ifdef and #ifndef. --- dimension/common.terminals | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dimension/common.terminals') diff --git a/dimension/common.terminals b/dimension/common.terminals index c2ad2b4..86205b5 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -502,8 +502,8 @@ %token DMNSN_T_FCLOSE %token DMNSN_T_FOPEN %token DMNSN_T_IF "#if" -%token DMNSN_T_IFDEF -%token DMNSN_T_IFNDEF +%token DMNSN_T_IFDEF "#ifdef" +%token DMNSN_T_IFNDEF "#ifndef" %token DMNSN_T_INCLUDE "#include" %token DMNSN_T_LOCAL "#local" %token DMNSN_T_MACRO -- cgit v1.2.3