diff options
| author | gingerBill <bill@gingerbill.org> | 2022-01-19 15:11:42 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-01-19 15:11:42 +0000 |
| commit | 5ff82fc1132a05d76592e8e21db98913cd498f64 (patch) | |
| tree | e13a0a700e1731b0385cff176ba2c218ea935f25 /src/exact_value.cpp | |
| parent | 28a816ef25476086800a294202aad7c1a1bfc0f0 (diff) | |
Correct tuple name checking for doc writing
Diffstat (limited to 'src/exact_value.cpp')
| -rw-r--r-- | src/exact_value.cpp | 2 |
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; |