]> git.eshelyaron.com Git - emacs.git/commitdiff
Regenerate lib/getopt_.h.
authorEli Zaretskii <eliz@gnu.org>
Mon, 7 Feb 2011 19:15:02 +0000 (21:15 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 7 Feb 2011 19:15:02 +0000 (21:15 +0200)
lib/getopt_.h

index 0b7ea2c3e9d744ed37ca2aeb74cfc98ccaab2864..7d634f89a429dcc7d2b1fb4ff0ce5a94b5bfaa05 100644 (file)
@@ -211,6 +211,7 @@ extern int optopt;
    one).  For long options that have a zero `flag' field, `getopt'\r
    returns the contents of the `val' field.  */\r
 \r
+# if !GNULIB_defined_struct_option\r
 struct option\r
 {\r
   const char *name;\r
@@ -220,6 +221,8 @@ struct option
   int *flag;\r
   int val;\r
 };\r
+#  define GNULIB_defined_struct_option 1\r
+# endif\r
 \r
 /* Names for the values of the `has_arg' field of `struct option'.  */\r
 \r