2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 #ifndef COMPILERSPECIFIC_H
7 #define COMPILERSPECIFIC_H
14 # include <exec/types.h>
19 #ifndef AROS_LIBCALL_H
20 # include <aros/libcall.h>
22 #ifndef AROS_ASMCALL_H
23 # include <aros/asmcall.h>
35 typedef unsigned long IPTR
;
37 #define SAVEDS __saveds
39 #define STDARGS __stdargs
41 #if !defined(_DOS_H) && defined(__SASC)
47 #endif /* COMPILERSPECIFIC_H */