Subversion Repositories freemyipod

Rev

Rev 71 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 105
Line 7... Line 7...
7
 
7
 
8
   To get a strict ANSI C environment, define macro __STRICT_ANSI__.  This will
8
   To get a strict ANSI C environment, define macro __STRICT_ANSI__.  This will
9
   "comment out" the non-ANSI parts of the ANSI header files (non-ANSI header
9
   "comment out" the non-ANSI parts of the ANSI header files (non-ANSI header
10
   files aren't affected).  */
10
   files aren't affected).  */
11
 
11
 
12
#ifndef _ANSIDECL_H_
12
#ifndef ___ANSI_H__
13
#define _ANSIDECL_H_
13
#define ___ANSI_H__
14
 
14
 
15
/* First try to figure out whether we really are in an ANSI C environment.  */
15
/* First try to figure out whether we really are in an ANSI C environment.  */
16
/* FIXME: This probably needs some work.  Perhaps sys/config.h can be
16
/* FIXME: This probably needs some work.  Perhaps sys/config.h can be
17
   prevailed upon to give us a clue.  */
17
   prevailed upon to give us a clue.  */
18
 
18