summaryrefslogtreecommitdiff
path: root/src/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir.h')
-rw-r--r--src/ir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir.h b/src/ir.h
index d3dd5d0..a6fcf12 100644
--- a/src/ir.h
+++ b/src/ir.h
@@ -53,6 +53,7 @@ struct ir_operation_entry {
struct ir_type_entry {
enum webidl_type base; /**< base of the type (long, short, user etc.) */
enum webidl_type_modifier modifier; /**< modifier for the type */
+ bool nullable; /**< the type is nullable */
const char *name; /**< name of type for user types */
};