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

Diff of /make/make.h

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

revision 1.116 by psmith, Mon Jun 27 01:01:07 2005 UTC revision 1.117 by psmith, Mon Aug 29 14:11:00 2005 UTC
# Line 42  char *alloca (); Line 42  char *alloca ();
42    
43    
44  /* Use prototypes if available.  */  /* Use prototypes if available.  */
45  #if defined (__cplusplus) || (defined (__STDC__) && __STDC__)  #if defined (__cplusplus) || defined (__STDC__)
46  # undef  PARAMS  # undef  PARAMS
47  # define PARAMS(protos)  protos  # define PARAMS(protos)  protos
48  #else /* Not C++ or ANSI C.  */  #else /* Not C++ or ANSI C.  */

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

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