changeset 5472:69793d32608e

* getopt_.h: Use __CONCAT rather than ## directly.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 21 Nov 2004 05:11:14 +0000
parents 34d0e91f6403
children 63188587abd9
files lib/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* getopt_.h (__CONCAT): New macro.
+	(getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
+	optopt): Use it instead of invoking ## directly; otherwise, the
+	symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
+
 2004-11-19  Bruno Haible  <bruno@clisp.org>
 
 	* strtok_r.c: Move comments from here...