diff options
author | Jim Meyering <jim@meyering.net> | 2004-11-23 21:39:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-11-23 21:39:21 +0000 |
commit | c2a83409775a52569440e62fc6e25f198e1241d3 (patch) | |
tree | 3484add53e74dc5150db04c8a1fe78940943a6ba /lib | |
parent | 8e9bd230134bf5fa7004ff37e1a129d3efffbf1e (diff) | |
download | coreutils-c2a83409775a52569440e62fc6e25f198e1241d3.tar.xz |
remove trailing blanks
Diffstat (limited to 'lib')
-rw-r--r-- | lib/getopt_.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/getopt_.h b/lib/getopt_.h index 83ac8b128..81612a5db 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 |