CORE_Static
This commit is contained in:
@@ -22,7 +22,7 @@ enum CmpRes
|
||||
#define ALLOC_DIGITS(_digits) (uint64_t *)((_digits) ? malloc_arena(sizeof(uint64_t) * (_digits)) : NULL)
|
||||
#define FATAL_ERROR(x) compiler_error(0, x)
|
||||
|
||||
function void compiler_error(Token *token, const char *str, ...);
|
||||
CORE_Static void compiler_error(Token *token, const char *str, ...);
|
||||
const char *bigint_to_error_string(Arena *allocator, const BigInt *bigint, uint64_t base);
|
||||
void bigint_init_unsigned(BigInt *big_int, uint64_t value);
|
||||
void bigint_init_signed(BigInt *big_int, int64_t value);
|
||||
|
||||
Reference in New Issue
Block a user