aboutsummaryrefslogtreecommitdiff
path: root/src/exact_value.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-01-19 15:11:42 +0000
committergingerBill <bill@gingerbill.org>2022-01-19 15:11:42 +0000
commit5ff82fc1132a05d76592e8e21db98913cd498f64 (patch)
treee13a0a700e1731b0385cff176ba2c218ea935f25 /src/exact_value.cpp
parent28a816ef25476086800a294202aad7c1a1bfc0f0 (diff)
Correct tuple name checking for doc writing
Diffstat (limited to 'src/exact_value.cpp')
-rw-r--r--src/exact_value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exact_value.cpp b/src/exact_value.cpp
index fd90278e5..e979e3d45 100644
--- a/src/exact_value.cpp
+++ b/src/exact_value.cpp
@@ -9,7 +9,7 @@ struct Ast;
struct HashKey;
struct Type;
struct Entity;
-bool are_types_identical(Type *x, Type *y);
+bool are_types_identical(Type *x, Type *y, bool check_tuple_names=false);
struct Complex128 {
f64 real, imag;