summaryrefslogtreecommitdiff
path: root/lib/getopt_int.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-20 02:10:15 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-20 02:10:15 +0000
commit529a7c21fd1950e3a1e5a4ec429b6e2c12f619d8 (patch)
tree9a4e62d84b9123b7ed14fbe3f071e1d5436e6487 /lib/getopt_int.h
parent463f2060b7f399676d25a598aa4ec45ec8e3cb07 (diff)
downloadcoreutils-529a7c21fd1950e3a1e5a4ec429b6e2c12f619d8.tar.xz
Sync getopt from gnulib.
Diffstat (limited to 'lib/getopt_int.h')
-rw-r--r--lib/getopt_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/getopt_int.h b/lib/getopt_int.h
index 36b711eb7..0c5eddeca 100644
--- a/lib/getopt_int.h
+++ b/lib/getopt_int.h
@@ -18,7 +18,7 @@
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef _GETOPT_INT_H
-# define _GETOPT_INT_H 1
+#define _GETOPT_INT_H 1
extern int _getopt_internal (int ___argc, char *const *___argv,
const char *__shortopts,
@@ -100,7 +100,7 @@ struct _getopt_data
int __first_nonopt;
int __last_nonopt;
-# if defined _LIBC && defined USE_NONOPTION_FLAGS
+#if defined _LIBC && defined USE_NONOPTION_FLAGS
int __nonoption_flags_max_len;
int __nonoption_flags_len;
# endif
@@ -108,7 +108,7 @@ struct _getopt_data
/* The initializer is necessary to set OPTIND and OPTERR to their
default values and to clear the initialization flag. */
-# define _GETOPT_DATA_INITIALIZER { 1, 1 }
+#define _GETOPT_DATA_INITIALIZER { 1, 1 }
extern int _getopt_internal_r (int ___argc, char *const *___argv,
const char *__shortopts,