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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [fixincludes/] [tests/] [base/] [locale.h] - Diff between revs 724 and 783

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

Rev 724 Rev 783
/*  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/locale.h"
        "fixinc/tests/inc/locale.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( OPENBSD_NULL_DEFINITION_CHECK )
#if defined( OPENBSD_NULL_DEFINITION_CHECK )
#ifndef NULL
#ifndef NULL
#ifdef __cplusplus
#ifdef __cplusplus
#ifdef __GNUG__
#ifdef __GNUG__
#define NULL    __null
#define NULL    __null
#else    /* ! __GNUG__  */
#else    /* ! __GNUG__  */
#define NULL    0L
#define NULL    0L
#endif   /* __GNUG__  */
#endif   /* __GNUG__  */
#else    /* ! __cplusplus  */
#else    /* ! __cplusplus  */
#define NULL    ((void *)0)
#define NULL    ((void *)0)
#endif   /* __cplusplus  */
#endif   /* __cplusplus  */
#endif   /* !NULL  */
#endif   /* !NULL  */
 
 
#endif  /* OPENBSD_NULL_DEFINITION_CHECK */
#endif  /* OPENBSD_NULL_DEFINITION_CHECK */
 
 

powered by: WebSVN 2.1.0

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