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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [fixincludes/] [tests/] [base/] [sys/] [types.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/types.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( GNU_TYPES_CHECK )
13
#if !defined(_GCC_PTRDIFF_T)
14
#define _GCC_PTRDIFF_T
15
typedef __PTRDIFF_TYPE__ ptrdiff_t;
16
#endif
17
 /* long int */
18
#if !defined(_GCC_SIZE_T)
19
#define _GCC_SIZE_T
20
typedef __SIZE_TYPE__ size_t;
21
#endif
22
 /* uint_t */
23
#ifndef __cplusplus
24
#if !defined(_GCC_WCHAR_T) && ! defined(__cplusplus)
25
#define _GCC_WCHAR_T
26
typedef __WCHAR_TYPE__ wchar_t;
27
#endif
28
 
29
#endif /* ushort_t */
30
#endif  /* GNU_TYPES_CHECK */

powered by: WebSVN 2.1.0

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