10 lines
151 B
C
10 lines
151 B
C
/*
|
|
* $Id: limits.h,v 1.7 1994/04/10 02:28:26 chopps Exp $
|
|
*/
|
|
#ifndef _MACHINE_LIMITS_H_
|
|
#define _MACHINE_LIMITS_H_
|
|
|
|
#include <m68k/limits.h>
|
|
|
|
#endif
|