Improve error messages for compile time known bounds checking

This commit is contained in:
gingerBill
2022-09-22 00:30:10 +01:00
parent 0dce7769f4
commit 3aea9a7c20
2 changed files with 8 additions and 7 deletions

View File

@@ -1,8 +1,5 @@
#include <math.h>
// TODO(bill): Big numbers
// IMPORTANT TODO(bill): This needs to be completely fixed!!!!!!!!
gb_global BlockingMutex hash_exact_value_mutex;
struct Ast;