Subversion Repositories HelenOS-historic

Rev

Rev 1314 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1314 Rev 1400
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __ppc32__LIMITS_H__
29
#ifndef __ppc32__LIMITS_H__
30
#define __ppc32__LIMITS_H__
30
#define __ppc32__LIMITS_H__
31
 
31
 
32
# define LONG_MIN MIN_INT32
32
#define LONG_MIN MIN_INT32
33
# define LONG_MAX MAX_INT32
33
#define LONG_MAX MAX_INT32
34
# define ULONG_MIN MIN_UINT32
34
#define ULONG_MIN MIN_UINT32
35
# define ULONG_MAX MAX_UINT32
35
#define ULONG_MAX MAX_UINT32
36
 
36
 
37
#endif
37
#endif
38
 
-
 
39
 
-