emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103182: Regenerate lib/getopt_.h.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103182: Regenerate lib/getopt_.h.
Date: Mon, 07 Feb 2011 21:15:02 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103182
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2011-02-07 21:15:02 +0200
message:
  Regenerate lib/getopt_.h.
modified:
  lib/getopt_.h
=== modified file 'lib/getopt_.h'
--- a/lib/getopt_.h     2011-01-29 12:36:11 +0000
+++ b/lib/getopt_.h     2011-02-07 19:15:02 +0000
@@ -211,6 +211,7 @@
    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 @@
   int *flag;
   int val;
 };
+#  define GNULIB_defined_struct_option 1
+# endif
 
 /* Names for the values of the `has_arg' field of `struct option'.  */
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]