repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't call ReadArgs() if started from WB.
[tangerine.git]
/
compiler
/
startup
/
startup.h
blob
eec2c6139608a09e0a2ae4e7b421b9b61c87c753
1
#ifndef AUTOINIT_H
2
#define AUTOINIT_H
3
4
#include <setjmp.h>
5
#include <proto/exec.h>
6
7
struct
aros_startup
8
{
9
jmp_buf
as_startup_jmp_buf
;
10
LONG as_startup_error
;
11
};
12
13
#endif
/* !AUTOINIT_H */