Avoid compiler warning

This commit is contained in:
Justin Ethier 2025-01-20 18:17:56 -08:00
parent 71e5aa2dd6
commit 674a6373b6

View file

@ -30,6 +30,7 @@ static uint32_t Cyc_utf8_decode(uint32_t * state, uint32_t * codep,
static int Cyc_utf8_count_code_points_and_bytes(uint8_t * s, static int Cyc_utf8_count_code_points_and_bytes(uint8_t * s,
char_type * codepoint, char_type * codepoint,
int *cpts, int *bytes); int *cpts, int *bytes);
void gc_start_major_collection(gc_thread_data * thd);
static void Cyc_cancel_thread(gc_thread_data * thd); static void Cyc_cancel_thread(gc_thread_data * thd);
/* Error checking section - type mismatch, num args, etc */ /* Error checking section - type mismatch, num args, etc */