diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-24 23:36:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-24 23:36:37 -0800 |
commit | 4394ee04741d5fe2fd4cc7a7ee821e1f8a3f2d32 (patch) | |
tree | 01adeba52c6e9028a694fc75cdc3f17b5c0a77fd /lib | |
parent | a07b892ff17e95e513c4bfe6e2dd73df1e589bf3 (diff) | |
parent | 9411886d3818d55e86eb1002ed39b38ce2426c63 (diff) | |
download | emacs-4394ee04741d5fe2fd4cc7a7ee821e1f8a3f2d32.tar.gz |
Merge from mainline.
Diffstat (limited to 'lib')
-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 |