mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-06 20:56:36 +02:00
Explicitly declare C main as returning int
This commit is contained in:
parent
cfb3209648
commit
f46cc5b010
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
(next (string->list str) '())))
|
||||
|
||||
(define *c-main-function*
|
||||
"main(int argc,char **argv)
|
||||
"int main(int argc,char **argv)
|
||||
{gc_thread_data *thd;
|
||||
long stack_size = global_stack_size = STACK_SIZE;
|
||||
long heap_size = global_heap_size = HEAP_SIZE;
|
||||
|
|
Loading…
Add table
Reference in a new issue