REPLACE_GETOPT in src/lib/libc/stdlib/getopt_long.c

2010-04-23 Thread Fouilhe Alexis
Hi list ! It seems that I can't get Gmail to not splitting lines when it feels an urge to do so. Here is the unmangled version of the said diff: The REPLACE_GETOPT symbol seems to have been introduced for smoothing the transition from an old implementation of getopt(3) and the current o

Re: REPLACE_GETOPT in src/lib/libc/stdlib/getopt_long.c

2010-04-22 Thread Ted Unangst
On Thu, Apr 22, 2010 at 11:35 AM, Hyjial Irldar wrote: > --- getopt_long.c B B B 31 Oct 2007 12:34:57 - B B B 1.23 > +++ getopt_long.c B B B 21 Apr 2010 16:02:26 - > @@ -55,15 +55,11 @@ > B #include > B #include > > -#define B B B B REPLACE_GETOPT B B B B B /* use this get

REPLACE_GETOPT in src/lib/libc/stdlib/getopt_long.c

2010-04-22 Thread Hyjial Irldar
Hi list ! The REPLACE_GETOPT symbol seems to have been introduced for smoothing the transition from an old implementation of getopt(3) and the current one. It is now defined unconditionnaly in the source file and the old implementation has been removed 6 years ago. The appended diff gets rid of t