From: Paul Eggert Date: Thu, 11 Nov 2004 20:30:14 +0000 (+0000) Subject: * getopt_.h: rename getopt to __GETOPT_PREFIX##getopt, and so forth X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d46b48eadd35843b7237503cb77293a1654e00e8;p=pspp * getopt_.h: rename getopt to __GETOPT_PREFIX##getopt, and so forth --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 021dabb17d..64c362f812 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2004-11-11 Paul Eggert + + * getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]: + Include if available. + Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for + the other external symbols. + (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style + declaration, since the above renaming now works around collisions. + 2004-11-11 Jim Meyering * linebreak.c: Remove trailing blanks.