Don't call ReadArgs() if started from WB.
[tangerine.git] / compiler / startup / startup.h
blobeec2c6139608a09e0a2ae4e7b421b9b61c87c753
1 #ifndef AUTOINIT_H
2 #define AUTOINIT_H
4 #include <setjmp.h>
5 #include <proto/exec.h>
7 struct aros_startup
9 jmp_buf as_startup_jmp_buf;
10 LONG as_startup_error;
13 #endif /* !AUTOINIT_H */