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
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
workbench
/
network
/
stacks
/
AROSTCP
/
netlib
/
conf.h
blob
2373ef3886cf8ed908a06ba22936ee4e0dd3c370
1
#ifdef SASC
2
#define STDARGS __stdargs
3
#define CONSTRUCTOR
4
#define DESTRUCTOR
5
#define INTERRUPT __interrupt
6
#endif
7
#ifdef __GNUC__
8
#define STDARGS
9
#define CONSTRUCTOR __attribute__ ((constructor))
10
#define DESTRUCTOR __attribute__ ((destructor))
11
#define INTERRUPT
12
#endif