/[make]/make/glob/fnmatch.h
ViewVC logotype

Diff of /make/glob/fnmatch.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by psmith, Thu Jul 22 04:20:28 1999 UTC revision 1.7 by psmith, Sat Jun 25 23:00:17 2005 UTC
# Line 24  extern "C" { Line 24  extern "C" {
24  #endif  #endif
25    
26  #if defined __cplusplus || (defined __STDC__ && __STDC__) || defined WINDOWS32  #if defined __cplusplus || (defined __STDC__ && __STDC__) || defined WINDOWS32
27  # if !defined __GLIBC__ || !defined __P  # if !defined __GLIBC__
28  #  undef        __P  #  undef        __P
29  #  define __P(protos)   protos  #  define __P(protos)   protos
30  # endif  # endif
# Line 37  extern "C" { Line 37  extern "C" {
37  #endif /* C++ or ANSI C.  */  #endif /* C++ or ANSI C.  */
38    
39  #ifndef const  #ifndef const
40  # if (defined __STDC__ && __STDC__) || defined __cplusplus  # if (defined __STDC__ && __STDC__) || defined __cplusplus || defined WINDOWS32
41  #  define __const       const  #  define __const       const
42  # else  # else
43  #  define __const  #  define __const

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26