1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

Regenerate lib/getopt_.h.

This commit is contained in:
Eli Zaretskii 2011-02-07 21:15:02 +02:00
parent dd0b691e6a
commit 61c72b067b

View File

@ -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'. */