summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/types.h b/types.h
index e347cad..9affa5e 100644
--- a/types.h
+++ b/types.h
@@ -887,7 +887,8 @@ enum {
DECL_FOUND_VAL = 0x0040,
DECL_INFER = 0x0080, /* infer the value (e.g. fn(t::Type=, x:t)) */
DECL_EXPORT = 0x0100,
- DECL_IS_PARAM = 0x0200
+ DECL_IS_PARAM = 0x0200,
+ DECL_USE = 0x0400 /* e.g. use p: Point */
};
typedef U16 DeclFlags;