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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [include/] [_ansi.h] - Diff between revs 39 and 56

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 39 Rev 56
Line 3... Line 3...
/* Some ANSI environments are "broken" in the sense that __STDC__ cannot be
/* Some ANSI environments are "broken" in the sense that __STDC__ cannot be
   relied upon to have it's intended meaning.  Therefore we must use our own
   relied upon to have it's intended meaning.  Therefore we must use our own
   concoction: _HAVE_STDC.  Always use _HAVE_STDC instead of __STDC__ in newlib
   concoction: _HAVE_STDC.  Always use _HAVE_STDC instead of __STDC__ in newlib
   sources!
   sources!
 
 
   To get a strict ANSI C environment, define macro _STRICT_ANSI.  This will
   To get a strict ANSI C environment, define macro __STRICT_ANSI__.  This will
   "comment out" the non-ANSI parts of the ANSI header files (non-ANSI header
   "comment out" the non-ANSI parts of the ANSI header files (non-ANSI header
   files aren't affected).  */
   files aren't affected).  */
 
 
#ifndef _ANSIDECL_H_
#ifndef _ANSIDECL_H_
#define _ANSIDECL_H_
#define _ANSIDECL_H_

powered by: WebSVN 2.1.0

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