summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2013-01-28 16:27:37 +0000
committerVincent Sanders <vincent.sanders@collabora.co.uk>2013-01-28 16:27:37 +0000
commit6f13eb3a9984d00c2b803b9b435a911c0081d84f (patch)
tree7413f0a8ced8c8da9b8c1397190009c1ffd08765 /src/webidl-ast.h
parent515dc7e649e1276c131b9ef4e0e1c7ff4e19a69f (diff)
downloadnsgenbind-6f13eb3a9984d00c2b803b9b435a911c0081d84f.tar.gz
nsgenbind-6f13eb3a9984d00c2b803b9b435a911c0081d84f.tar.bz2
annotate the webIDL AST with extended attributes
Diffstat (limited to 'src/webidl-ast.h')
-rw-r--r--src/webidl-ast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index aa791ca..70518fd 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -40,6 +40,8 @@ enum webidl_node_type {
WEBIDL_NODE_TYPE_LITERAL_BOOL,
WEBIDL_NODE_TYPE_LITERAL_FLOAT,
+ WEBIDL_NODE_TYPE_EXTENDED_ATTRIBUTE,
+
};
enum webidl_type {