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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [fixincludes/] [tests/] [base/] [curses.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/curses.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( AVOID_BOOL_DEFINE_CHECK )
13
#ifndef __cplusplus
14
# define bool    char 
15
#endif
16
 
17
#endif  /* AVOID_BOOL_DEFINE_CHECK */
18
 
19
 
20
#if defined( AVOID_BOOL_TYPE_CHECK )
21
#ifndef __cplusplus
22
typedef unsigned int    bool    ;
23
#endif /* bool
24
 type */
25
#endif  /* AVOID_BOOL_TYPE_CHECK */
26
 
27
 
28
#if defined( BAD_STRUCT_TERM_CHECK )
29
struct term;
30
#endif  /* BAD_STRUCT_TERM_CHECK */
31
 
32
 
33
#if defined( VOID_NULL_CHECK )
34
#define NULL 0  /* typed NULL */
35
#endif  /* VOID_NULL_CHECK */

powered by: WebSVN 2.1.0

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