From aa882fc04ecd271c4279bfbccb27dc410a79005e Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 3 Feb 1995 21:49:18 +0000 Subject: Don't define CLK_TCK here. Uniformize idempotency ifdef. --- sys/powerpc/include/_limits.h | 9 +++------ sys/powerpc/include/limits.h | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) (limited to 'sys/powerpc/include') diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h index 3ae9518..c71216f 100644 --- a/sys/powerpc/include/_limits.h +++ b/sys/powerpc/include/_limits.h @@ -31,18 +31,15 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $Id$ + * $Id: limits.h,v 1.8 1994/08/02 07:38:50 davidg Exp $ */ #ifndef _MACHINE_LIMITS_H_ -#define _MACHINE_LIMITS_H_ 1 +#define _MACHINE_LIMITS_H_ #define CHAR_BIT 8 /* number of bits in a char */ #define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */ - -#define CLK_TCK 128 /* ticks per second */ - /* * According to ANSI (section 2.2.4.2), the values below must be usable by * #if preprocessing directives. Additionally, the expression must have the @@ -87,4 +84,4 @@ #endif /* !_POSIX_SOURCE */ #endif /* !_ANSI_SOURCE */ -#endif /* _MACHINE_LIMITS_H_ */ +#endif /* !_MACHINE_LIMITS_H_ */ diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h index 3ae9518..c71216f 100644 --- a/sys/powerpc/include/limits.h +++ b/sys/powerpc/include/limits.h @@ -31,18 +31,15 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $Id$ + * $Id: limits.h,v 1.8 1994/08/02 07:38:50 davidg Exp $ */ #ifndef _MACHINE_LIMITS_H_ -#define _MACHINE_LIMITS_H_ 1 +#define _MACHINE_LIMITS_H_ #define CHAR_BIT 8 /* number of bits in a char */ #define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */ - -#define CLK_TCK 128 /* ticks per second */ - /* * According to ANSI (section 2.2.4.2), the values below must be usable by * #if preprocessing directives. Additionally, the expression must have the @@ -87,4 +84,4 @@ #endif /* !_POSIX_SOURCE */ #endif /* !_ANSI_SOURCE */ -#endif /* _MACHINE_LIMITS_H_ */ +#endif /* !_MACHINE_LIMITS_H_ */ -- cgit v1.1