summaryrefslogtreecommitdiff
path: root/lib/getopt_int.h
diff options
context:
space:
mode:
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,