diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-24 23:23:41 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-24 23:23:41 -0800 |
commit | 9411886d3818d55e86eb1002ed39b38ce2426c63 (patch) | |
tree | 98c8957b4c7797e53f78c68c889254b0b34e8bfa /lib/getopt_int.h | |
parent | b18947669cd182ec8487b317460f6df5878d0f11 (diff) | |
download | emacs-9411886d3818d55e86eb1002ed39b38ce2426c63.tar.gz emacs-9411886d3818d55e86eb1002ed39b38ce2426c63.tar.bz2 emacs-9411886d3818d55e86eb1002ed39b38ce2426c63.zip |
Regenerate.
Diffstat (limited to 'lib/getopt_int.h')
-rw-r--r-- | lib/getopt_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getopt_int.h b/lib/getopt_int.h index 7a01a6aa422..9f0c7131a14 100644 --- a/lib/getopt_int.h +++ b/lib/getopt_int.h @@ -108,7 +108,7 @@ struct _getopt_data #if defined _LIBC && defined USE_NONOPTION_FLAGS int __nonoption_flags_max_len; int __nonoption_flags_len; -# endif +#endif }; /* The initializer is necessary to set OPTIND and OPTERR to their |