diff options
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r-- | dimension/common.terminals | 4 |
1 files changed, 2 insertions, 2 deletions
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 |