From: Paul Eggert Date: Sun, 21 Nov 2004 05:11:14 +0000 (+0000) Subject: * getopt_.h: Use __CONCAT rather than ## directly. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02eb9acbac6b05f1d5f3acb89bcc4bbc45215e2a;p=pspp * getopt_.h: Use __CONCAT rather than ## directly. --- 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...