summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 4ee9a44..ba48e59 100644
--- a/types.h
+++ b/types.h
@@ -572,6 +572,7 @@ typedef struct EachExpr {
typedef struct FnExpr {
struct Declaration *params; /* declarations of the parameters to this function */
struct Declaration *ret_decls; /* array of decls, if this has named return values. otherwise, NULL */
+ Location where;
Type ret_type;
Block body;
HashTable instances; /* for fns with constant parameters. the key is a tuple where