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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [fixincludes/] [tests/] [base/] [curses.h] - Diff between revs 266 and 338

Only display areas with differences | Details | Blame | View Log

Rev 266 Rev 338
/*  DO NOT EDIT THIS FILE.
/*  DO NOT EDIT THIS FILE.
 
 
    It has been auto-edited by fixincludes from:
    It has been auto-edited by fixincludes from:
 
 
        "fixinc/tests/inc/curses.h"
        "fixinc/tests/inc/curses.h"
 
 
    This had to be done to correct non-standard usages in the
    This had to be done to correct non-standard usages in the
    original, manufacturer supplied header file.  */
    original, manufacturer supplied header file.  */
 
 
 
 
 
 
#if defined( AVOID_BOOL_DEFINE_CHECK )
#if defined( AVOID_BOOL_DEFINE_CHECK )
#ifndef __cplusplus
#ifndef __cplusplus
# define bool    char 
# define bool    char 
#endif
#endif
 
 
#endif  /* AVOID_BOOL_DEFINE_CHECK */
#endif  /* AVOID_BOOL_DEFINE_CHECK */
 
 
 
 
#if defined( AVOID_BOOL_TYPE_CHECK )
#if defined( AVOID_BOOL_TYPE_CHECK )
#ifndef __cplusplus
#ifndef __cplusplus
typedef unsigned int    bool    ;
typedef unsigned int    bool    ;
#endif /* bool
#endif /* bool
 type */
 type */
#endif  /* AVOID_BOOL_TYPE_CHECK */
#endif  /* AVOID_BOOL_TYPE_CHECK */
 
 
 
 
#if defined( BAD_STRUCT_TERM_CHECK )
#if defined( BAD_STRUCT_TERM_CHECK )
struct term;
struct term;
#endif  /* BAD_STRUCT_TERM_CHECK */
#endif  /* BAD_STRUCT_TERM_CHECK */
 
 
 
 
#if defined( VOID_NULL_CHECK )
#if defined( VOID_NULL_CHECK )
#define NULL 0  /* typed NULL */
#define NULL 0  /* typed NULL */
#endif  /* VOID_NULL_CHECK */
#endif  /* VOID_NULL_CHECK */
 
 

powered by: WebSVN 2.1.0

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