summaryrefslogtreecommitdiffstats
path: root/src/h_script.h
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2007-09-22 17:24:38 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2007-09-22 17:24:38 +0000
commitd57abcf87f74fe83c2add23b5b38530960b854d5 (patch)
tree1df868417f6a0ff58294fc1ad292ab52224dfc7b /src/h_script.h
parent9f67767d2a09460155382d885043413d99018e8f (diff)
downloadhaserl-d57abcf87f74fe83c2add23b5b38530960b854d5.tar.bz2
haserl-d57abcf87f74fe83c2add23b5b38530960b854d5.tar.xz
Merged in Comment code
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 */