summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-07 15:08:18 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-07 15:08:18 -0500
commiteee36346d65080feee7d70b8ecc7a39f83f5f3eb (patch)
tree3c5616d3cddf9e56b0221f7c4b44ca2fe7289f0c /types.h
parent1894485db067d5d79a32a90da07bd5f0aad433d7 (diff)
still trying to fix new idents
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index f7b524a..94a59c5 100644
--- a/types.h
+++ b/types.h
@@ -642,7 +642,7 @@ typedef struct FnExpr {
typedef struct Instance {
Value val; /* key into hash table */
- FnExpr fn; /* the typed function */
+ FnExpr *fn; /* the typed function */
struct {
U64 id;
} c;