From 61c72b067b6ee7f66bab31097423bcce95af90e0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 7 Feb 2011 21:15:02 +0200 Subject: [PATCH] Regenerate lib/getopt_.h. --- lib/getopt_.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/getopt_.h b/lib/getopt_.h index 0b7ea2c3e9d..7d634f89a42 100644 --- a/lib/getopt_.h +++ b/lib/getopt_.h @@ -211,6 +211,7 @@ extern int optopt; one). For long options that have a zero `flag' field, `getopt' returns the contents of the `val' field. */ +# if !GNULIB_defined_struct_option struct option { const char *name; @@ -220,6 +221,8 @@ struct option int *flag; int val; }; +# define GNULIB_defined_struct_option 1 +# endif /* Names for the values of the `has_arg' field of `struct option'. */ -- 2.39.5