Update log to match latest getopt checkin.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Nov 2004 07:22:23 +0000 (07:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Nov 2004 07:22:23 +0000 (07:22 +0000)
lib/ChangeLog

index d76e07c2b082fd94f5d4bf293f3539959ca96124..752465e21d6849e28ec8a83a003646feea33b7a4 100644 (file)
@@ -1,8 +1,9 @@
 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * 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  <bruno@clisp.org>