OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [fixincludes/] [tests/] [base/] [sys/] [int_limits.h] - Blame information for rev 724

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 724 jeremybenn
/*  DO NOT EDIT THIS FILE.
2
 
3
    It has been auto-edited by fixincludes from:
4
 
5
        "fixinc/tests/inc/sys/int_limits.h"
6
 
7
    This had to be done to correct non-standard usages in the
8
    original, manufacturer supplied header file.  */
9
 
10
 
11
 
12
#if defined( SOLARIS_INT_LIMITS_1_CHECK )
13
#define UINT8_MAX       (255)
14
#define UINT16_MAX      (65535)
15
#endif  /* SOLARIS_INT_LIMITS_1_CHECK */
16
 
17
 
18
#if defined( SOLARIS_INT_LIMITS_2_CHECK )
19
#define INT_FAST16_MAX INT32_MAX
20
#define UINT_FAST16_MAX UINT32_MAX
21
#define INT_FAST16_MIN INT32_MIN
22
#endif  /* SOLARIS_INT_LIMITS_2_CHECK */
23
 
24
 
25
#if defined( SOLARIS_INT_LIMITS_3_CHECK )
26
#define SIZE_MAX        4294967295U
27
#endif  /* SOLARIS_INT_LIMITS_3_CHECK */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.