declare some variables in init.c instead of runtime startoff
This commit is contained in:
@@ -25,3 +25,10 @@ init()
|
||||
sigtrp(M2_UNIXSIG, SIGALRM);
|
||||
sigtrp(M2_UNIXSIG, SIGTERM);
|
||||
}
|
||||
|
||||
extern int catch();
|
||||
|
||||
int (*handler)() = catch;
|
||||
char **argv, **environ;
|
||||
int argc, StackSize;
|
||||
char *CurrentProcess, MainProcess, StackBase, MainLB;
|
||||
|
||||
Reference in New Issue
Block a user