summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
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 5126de8..109159f 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -47,6 +47,7 @@ enum webidl_node_type {
};
enum webidl_type {
+ WEBIDL_TYPE_ANY, /**< The type is unconstrained */
WEBIDL_TYPE_USER,
WEBIDL_TYPE_BOOL,
WEBIDL_TYPE_BYTE,