summaryrefslogtreecommitdiff
path: root/val.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-06-21 01:05:00 +0100
committerubq323 <ubq323@ubq323.website>2024-06-21 01:05:00 +0100
commit5298940fc7798455d701d075b910e0545d3f6048 (patch)
treeebdded23f23468d164dd3c073c27185360b3f66c /val.h
parenta03973653262fbbfed7ce42dfa39646d16bdc98f (diff)
proper equality for values; deduplicate constants in compilation
Diffstat (limited to 'val.h')
-rw-r--r--val.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/val.h b/val.h
index aa20b48..1db122b 100644
--- a/val.h
+++ b/val.h
@@ -31,6 +31,7 @@ void println_val(Val v);
const char *typename_str(Val v);
bool is_truthy(Val v);
+bool val_equal(Val a, Val b);
typedef enum {