From 444f1b5806972c34a1b7eefc04abb7d841c421fe Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Wed, 9 Jul 2008 17:29:26 +0000 Subject: Add an explict null namespace to hubbub_ns. svn path=/trunk/hubbub/; revision=4550 --- include/hubbub/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/hubbub') diff --git a/include/hubbub/types.h b/include/hubbub/types.h index 1f7b5ba..5b49786 100644 --- a/include/hubbub/types.h +++ b/include/hubbub/types.h @@ -57,6 +57,7 @@ typedef enum hubbub_token_type { * Possible namespaces */ typedef enum hubbub_ns { + HUBBUB_NS_NULL, HUBBUB_NS_HTML, HUBBUB_NS_MATHML, HUBBUB_NS_SVG, -- cgit v1.2.3