home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD 2.1
/
Amiga Developer CD v2.1.iso
/
Extras
/
IFF
/
Old_IFF_Packages
/
November_1988
/
Examples
/
ANIM
/
Source
/
compiler.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-12-12
|
108 b
|
7 lines
#ifndef COMPILER_H
#define COMPILER_H
#ifndef EXEC_TYPES_H
#include "exec/types.h"
#endif
#endif COMPILER_H