diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1993-11-07 17:43:17 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1993-11-07 17:43:17 +0000 |
| commit | 6e393973f57e7b6f632b763cd588b79c84ab63d1 (patch) | |
| tree | 7642d79d397e1c876673a91bfe70b030e5bcb793 /sys/powerpc/include/limits.h | |
| parent | e766e4d9f13b6048678665e556a0da465bd9c545 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/include/limits.h')
| -rw-r--r-- | sys/powerpc/include/limits.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h index 82fac5f35325..605a89504ccf 100644 --- a/sys/powerpc/include/limits.h +++ b/sys/powerpc/include/limits.h @@ -31,9 +31,12 @@ * SUCH DAMAGE. * * from: @(#)limits.h 7.2 (Berkeley) 6/28/90 - * $Id$ + * $Id: limits.h,v 1.2 1993/10/16 14:39:19 rgrimes Exp $ */ +#ifndef _MACHINE_LIMITS_H_ +#define _MACHINE_LIMITS_H_ 1 + #define CHAR_BIT 8 /* number of bits in a char */ #define CLK_TCK 60 /* ticks per second */ #define MB_LEN_MAX 1 /* no multibyte characters */ @@ -56,3 +59,4 @@ #define ULONG_MAX 0xffffffff /* max value for an unsigned long */ #define LONG_MAX 0x7fffffff /* max value for a long */ #define LONG_MIN (-0x7fffffff-1) /* min value for a long */ +#endif /* _MACHINE_LIMITS_H_ */ |
