* glimits.h (_MACH_MACHLIMITS_H_): Delete.

From-SVN: r44408
This commit is contained in:
Rainer Orth 2001-07-26 20:19:15 +00:00 committed by Rainer Orth
parent c96208fae7
commit aa069f77b2
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2001-07-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* glimits.h (_MACH_MACHLIMITS_H_): Delete.
Thu Jul 26 22:22:21 2001 Denis Chertykov <denisc@overta.ru>
* cse.c (cse_process_notes): Replace any registers if the address

View File

@ -1,9 +1,5 @@
#ifndef _LIMITS_H___
#ifndef _MACH_MACHLIMITS_H_
/* _MACH_MACHLIMITS_H_ is used on OSF/1. */
#define _LIMITS_H___
#define _MACH_MACHLIMITS_H_
/* Number of bits in a `char'. */
#undef CHAR_BIT
@ -114,5 +110,4 @@
#define ULONG_LONG_MAX (LONG_LONG_MAX * 2ULL + 1)
#endif
#endif /* _MACH_MACHLIMITS_H_ */
#endif /* _LIMITS_H___ */