summaryrefslogtreecommitdiffstats
path: root/src/h_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/h_script.h')
-rw-r--r--src/h_script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/h_script.h b/src/h_script.h
index 97c9ed2..fa80b26 100644
--- a/src/h_script.h
+++ b/src/h_script.h
@@ -17,7 +17,7 @@ typedef struct {
} script_t;
/* tag types */
-enum tag_t { HTML, RUN, INCLUDE, EVAL, NOOP };
+enum tag_t { HTML, RUN, INCLUDE, EVAL, COMMENT, NOOP };
/* token structure */