bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnulib] 03-getndelim2-c89.diff


From: Bruno Haible
Subject: Re: [Bug-gnulib] 03-getndelim2-c89.diff
Date: Tue, 22 Jul 2003 19:47:49 +0200
User-agent: KMail/1.5

Derek Robert Price wrote:

> What about the pre-ANSI C function declarations in memmove.c and maybe
> elsewhere:
>
> void *
> memmove (dest, source, length)
>      char *dest;
>      const char *source;
>      unsigned length;
> {
>
> Is that just lack of motivation to update them or is there a reason for
> leaving them that way?

1. Lack of motivation - why bother with these old modules that are not
used by most packages.
2. Lack of testing facilities - the systems on which these modules
were necessary (SunOS, Ultrix etc.) are not available for testing to
most of us.

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]