ansi.h revision 1.4
1/* 2 * $Id: ansi.h,v 1.4 1994/01/26 21:12:12 mw Exp $ 3 */ 4 5#ifndef _MACHINE_ANSI_H 6#define _MACHINE_ANSI_H 7 8/* Just use the common m68k definition */ 9#include <m68k/ansi.h> 10 11#undef _SIZE_T_ 12#define _SIZE_T_ unsigned long /* sizeof() */ 13 14#endif /* _MACHINE_ANSI_H */ 15