Ignore:
Timestamp:
Oct 29, 2008, 1:37:51 AM (17 years ago)
Author:
bird
Message:

Merged in current GNU Make code (CVS from 2008-10-28). Ref #55.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/glob/glob.c

    r1333 r1993  
    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
     
    191192static void *
    192193my_realloc (void *p, unsigned int n)
     194#  elif defined(__DJGPP__)
     195static void *
     196my_realloc (void *p, size_t n)
    193197#  else
    194198static char *
     
    196200     char *p;
    197201     unsigned int n;
    198 # endif
     202#  endif
    199203{
    200204  /* These casts are the for sake of the broken Ultrix compiler,
Note: See TracChangeset for help on using the changeset viewer.