Skip to content

Commit

Permalink
Avoid compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Jan 21, 2025
1 parent 71e5aa2 commit 674a637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
char_type * codepoint,
int *cpts, int *bytes);
void gc_start_major_collection(gc_thread_data * thd);
static void Cyc_cancel_thread(gc_thread_data * thd);

/* Error checking section - type mismatch, num args, etc */
Expand Down

0 comments on commit 674a637

Please sign in to comment.