aboutsummaryrefslogtreecommitdiff
path: root/src/exact_value.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-07-28 20:56:27 +0100
committergingerBill <bill@gingerbill.org>2018-07-28 20:56:27 +0100
commita11d6e696a6c0b3c0e3147ee3f8dae2968ae2352 (patch)
treec9f3b2ec2e724e33bca1120fc22d206601d62567 /src/exact_value.cpp
parent1705ba806905bfbfd2352767ad95a0d1c0376090 (diff)
`expand_to_tuple` for fixed arrays
Diffstat (limited to 'src/exact_value.cpp')
-rw-r--r--src/exact_value.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/exact_value.cpp b/src/exact_value.cpp
index 8027b1038..4d455c8e2 100644
--- a/src/exact_value.cpp
+++ b/src/exact_value.cpp
@@ -37,9 +37,8 @@ struct ExactValue {
f64 value_float;
i64 value_pointer;
Complex128 value_complex;
- Ast * value_compound;
- Ast * value_procedure;
- Entity * value_entity;
+ Ast * value_compound;
+ Ast * value_procedure;
};
};