From: Paul Eggert Date: Sun, 21 Nov 2004 07:22:23 +0000 (+0000) Subject: Update log to match latest getopt checkin. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7186912204f46f26da79dcd14a6fa9cb7a14658d;p=pspp Update log to match latest getopt checkin. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index d76e07c2b0..752465e21d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,9 @@ 2004-11-20 Paul Eggert - * getopt_.h (__CONCAT): New macro. + * getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID): + New macros. (getopt, getopt_long, getopt_long_only, optarg, opterr, optind, - optopt): Use it instead of invoking ## directly; otherwise, the + optopt): Use them instead of invoking ## directly; otherwise, the symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt. 2004-11-19 Bruno Haible