aboutsummaryrefslogtreecommitdiffstats
path: root/src/template-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/template-parser.h')
-rw-r--r--src/template-parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/template-parser.h b/src/template-parser.h
index 8fe3630..88c9ccf 100644
--- a/src/template-parser.h
+++ b/src/template-parser.h
@@ -13,8 +13,8 @@
#include "error.h"
typedef enum {
- BLOGC_TEMPLATE_IF_STMT = 1,
- BLOGC_TEMPLATE_IF_NOT_STMT,
+ BLOGC_TEMPLATE_IFDEF_STMT = 1,
+ BLOGC_TEMPLATE_IFNDEF_STMT,
BLOGC_TEMPLATE_ENDIF_STMT,
BLOGC_TEMPLATE_BLOCK_STMT,
BLOGC_TEMPLATE_ENDBLOCK_STMT,