summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-09-14 19:57:09 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-09-14 19:57:09 +0100
commitcdd39954a238ec07224c3c9cff66a4f8f101d71c (patch)
treedb822cce0b40536d0c5a9fbd0354264cfb6f1f09 /src/webidl-ast.h
parent6ccbb7e3fe88c9a6ddb232c43f71b9c8cb80a884 (diff)
downloadnsgenbind-cdd39954a238ec07224c3c9cff66a4f8f101d71c.tar.gz
nsgenbind-cdd39954a238ec07224c3c9cff66a4f8f101d71c.tar.bz2
add preamble output
add operation nodes to webidl ast
Diffstat (limited to 'src/webidl-ast.h')
-rw-r--r--src/webidl-ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index 04b49a9..8af3aeb 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -16,6 +16,7 @@ enum webidl_node_type {
WEBIDL_NODE_TYPE_INTERFACE_MEMBERS,
WEBIDL_NODE_TYPE_INTERFACE_INHERITANCE,
WEBIDL_NODE_TYPE_ATTRIBUTE,
+ WEBIDL_NODE_TYPE_OPERATION,
};
struct webidl_node {