summaryrefslogtreecommitdiffstats
path: root/tags.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-05-29 16:33:00 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-05-29 16:37:30 +0800
commited9249a66c2e5fe4fe8fdbea6642a6349d6b7fb9 (patch)
tree593593ca6865d55bb91e487c2f42ece216b7c4f5 /tags.h
parent9d7d3a5e1849eb339690b072eb707e6bfe44e446 (diff)
downloadglacier-master.tar.gz
wip: css.HEADmaster
Diffstat (limited to 'tags.h')
-rw-r--r--tags.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tags.h b/tags.h
index 4889686..b140ef3 100644
--- a/tags.h
+++ b/tags.h
@@ -26,6 +26,8 @@ typedef enum {
TAG_UL,
} tag_type;
+#define TAGLEN 18
+
static const struct {
const char *name;
tag_type tag;