* getopt_.h: Use __CONCAT rather than ## directly.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Nov 2004 05:11:14 +0000 (05:11 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Nov 2004 05:11:14 +0000 (05:11 +0000)
lib/ChangeLog

index 1cce5054bf55b8559d4935dd0484a80ea63635f8..d76e07c2b082fd94f5d4bf293f3539959ca96124 100644 (file)
@@ -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...