remove redef of SIZE_T, logically same, lexically different.

This commit is contained in:
chopps 1994-02-07 15:16:17 +00:00
parent 341cd2eca5
commit 6dd465d0be

View File

@ -1,5 +1,5 @@
/*
* $Id: ansi.h,v 1.4 1994/01/26 21:12:12 mw Exp $
* $Id: ansi.h,v 1.5 1994/02/07 15:16:17 chopps Exp $
*/
#ifndef _MACHINE_ANSI_H
@ -8,7 +8,4 @@
/* Just use the common m68k definition */
#include <m68k/ansi.h>
#undef _SIZE_T_
#define _SIZE_T_ unsigned long /* sizeof() */
#endif /* _MACHINE_ANSI_H */