aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEli Zaretskii2011-02-07 21:15:02 +0200
committerEli Zaretskii2011-02-07 21:15:02 +0200
commit61c72b067b6ee7f66bab31097423bcce95af90e0 (patch)
tree363b7ecde591078beea701fe95cd5c10bb87c07d /lib
parentdd0b691e6acea6c9469f06b2f1905ff3007b7b7e (diff)
downloademacs-61c72b067b6ee7f66bab31097423bcce95af90e0.tar.gz
emacs-61c72b067b6ee7f66bab31097423bcce95af90e0.zip
Regenerate lib/getopt_.h.
Diffstat (limited to 'lib')
-rw-r--r--lib/getopt_.h3
1 files changed, 3 insertions, 0 deletions
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;
211 one). For long options that have a zero `flag' field, `getopt' 211 one). For long options that have a zero `flag' field, `getopt'
212 returns the contents of the `val' field. */ 212 returns the contents of the `val' field. */
213 213
214# if !GNULIB_defined_struct_option
214struct option 215struct option
215{ 216{
216 const char *name; 217 const char *name;
@@ -220,6 +221,8 @@ struct option
220 int *flag; 221 int *flag;
221 int val; 222 int val;
222}; 223};
224# define GNULIB_defined_struct_option 1
225# endif
223 226
224/* Names for the values of the `has_arg' field of `struct option'. */ 227/* Names for the values of the `has_arg' field of `struct option'. */
225 228