diff options
Diffstat (limited to 'src/template-parser.h')
-rw-r--r-- | src/template-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/template-parser.h b/src/template-parser.h index d95c87a..8fe3630 100644 --- a/src/template-parser.h +++ b/src/template-parser.h @@ -14,6 +14,7 @@ typedef enum { BLOGC_TEMPLATE_IF_STMT = 1, + BLOGC_TEMPLATE_IF_NOT_STMT, BLOGC_TEMPLATE_ENDIF_STMT, BLOGC_TEMPLATE_BLOCK_STMT, BLOGC_TEMPLATE_ENDBLOCK_STMT, |