mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Avoid compiler warning
This commit is contained in:
parent
71e5aa2dd6
commit
674a6373b6
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue