From: Jim Meyering Date: Tue, 23 Nov 2004 21:39:21 +0000 (+0000) Subject: remove trailing blanks X-Git-Tag: v5.3.0~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2a83409775a52569440e62fc6e25f198e1241d3;p=thirdparty%2Fcoreutils.git remove trailing blanks --- diff --git a/lib/getopt_.h b/lib/getopt_.h index 83ac8b1284..81612a5dbe 100644 --- a/lib/getopt_.h +++ b/lib/getopt_.h @@ -67,14 +67,14 @@ but it caused redefinition warnings if both unistd.h and getopt.h were included, since unistd.h includes getopt.h having previously defined __need_getopt. - + The only place where __getopt_argv_const is used is in definitions of getopt_long and getopt_long_only below, but these are visible only if __need_getopt is not defined, so it is quite safe to rewrite the conditional as follows: */ #if !defined __need_getopt -# if defined __GETOPT_PREFIX +# if defined __GETOPT_PREFIX # define __getopt_argv_const /* empty */ # else # define __getopt_argv_const const