Commit aa069f77 by Rainer Orth Committed by Rainer Orth

* glimits.h (_MACH_MACHLIMITS_H_): Delete.

From-SVN: r44408
parent c96208fa
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
......
#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___ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment