changeset 5474:c66af36719ab

Update log to match latest getopt checkin.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 21 Nov 2004 07:22:23 +0000
parents 63188587abd9
children 4900a3dc31b5
files lib/ChangeLog
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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>