mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 02:59:38 +08:00
* glimits.h (_MACH_MACHLIMITS_H_): Delete.
From-SVN: r44408
This commit is contained in:
parent
c96208fae7
commit
aa069f77b2
@ -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
|
||||
|
@ -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___ */
|
||||
|
Loading…
Reference in New Issue
Block a user