Ignore:
Timestamp:
Jun 20, 2012, 12:44:52 AM (13 years ago)
Author:
bird
Message:

gnumake/current -> 3.82-cvs.

Location:
vendor/gnumake/current
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current

    • Property svn:ignore deleted
  • vendor/gnumake/current/glob

    • Property svn:ignore deleted
  • vendor/gnumake/current/glob/glob.c

    r1989 r2596  
    183183#endif
    184184
    185 #ifndef __GNU_LIBRARY__
     185#if !defined __GNU_LIBRARY__ && !defined __DJGPP__
    186186# ifdef __GNUC__
    187187__inline
     
    191191static void *
    192192my_realloc (void *p, unsigned int n)
    193 #  elif defined(__DJGPP__)
    194 static void *
    195 my_realloc (void *p, size_t n)
    196193#  else
    197194static char *
     
    209206# define        realloc my_realloc
    210207# endif /* __SASC */
    211 #endif /* __GNU_LIBRARY__ */
     208#endif /* __GNU_LIBRARY__ || __DJGPP__ */
    212209
    213210
Note: See TracChangeset for help on using the changeset viewer.