fix compiler warnings

This commit is contained in:
2023-04-29 01:55:24 +00:00
parent 8ca1ab4384
commit 0bf7d419e0
14 changed files with 29 additions and 24 deletions

View File

@@ -15,6 +15,7 @@ struct callee {
extern struct callee stacktrace_callee;
extern JSValue num_cache[100];
void js_stacktrace();
void script_startup();
void script_init();
void script_run(const char *script);