From 02eb9acbac6b05f1d5f3acb89bcc4bbc45215e2a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 21 Nov 2004 05:11:14 +0000 Subject: [PATCH] * getopt_.h: Use __CONCAT rather than ## directly. --- lib/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 1cce5054bf..d76e07c2b0 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-11-20 Paul Eggert + + * 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 * strtok_r.c: Move comments from here... -- 2.30.2