Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodan58 committed Aug 30, 2023
1 parent 04a05c7 commit 85e7f5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* module : main.c
* version : 1.10
* date : 08/29/23
* version : 1.11
* date : 08/30/23
*/
#include "globals.h"

Expand Down Expand Up @@ -290,6 +290,7 @@ int main(int argc, char **argv)
{
int (*volatile m)(int, char **) = my_main;

signal(SIGSEGV, abortexecution_);
GC_INIT();
return (*m)(argc, argv);
}

0 comments on commit 85e7f5f

Please sign in to comment.