Ignore:
Timestamp:
Oct 29, 2008, 12:02:45 AM (17 years ago)
Author:
bird
Message:

Load gnumake-2008-10-28-CVS into vendor/gnumake/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/glob/glob.c

    r501 r1989  
    1 /* Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc.
     1/* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 Free
     2Software Foundation, Inc.
    23
    34This library is free software; you can redistribute it and/or
     
    190191static void *
    191192my_realloc (void *p, unsigned int n)
     193#  elif defined(__DJGPP__)
     194static void *
     195my_realloc (void *p, size_t n)
    192196#  else
    193197static char *
     
    195199     char *p;
    196200     unsigned int n;
    197 # endif
     201#  endif
    198202{
    199203  /* These casts are the for sake of the broken Ultrix compiler,
Note: See TracChangeset for help on using the changeset viewer.