diff options
| author | Paul Eggert | 2011-02-24 23:36:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-24 23:36:37 -0800 |
| commit | 4394ee04741d5fe2fd4cc7a7ee821e1f8a3f2d32 (patch) | |
| tree | 01adeba52c6e9028a694fc75cdc3f17b5c0a77fd /lib | |
| parent | a07b892ff17e95e513c4bfe6e2dd73df1e589bf3 (diff) | |
| parent | 9411886d3818d55e86eb1002ed39b38ce2426c63 (diff) | |
| download | emacs-4394ee04741d5fe2fd4cc7a7ee821e1f8a3f2d32.tar.gz emacs-4394ee04741d5fe2fd4cc7a7ee821e1f8a3f2d32.zip | |
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 | |||
| 108 | #if defined _LIBC && defined USE_NONOPTION_FLAGS | 108 | #if defined _LIBC && defined USE_NONOPTION_FLAGS |
| 109 | int __nonoption_flags_max_len; | 109 | int __nonoption_flags_max_len; |
| 110 | int __nonoption_flags_len; | 110 | int __nonoption_flags_len; |
| 111 | # endif | 111 | #endif |
| 112 | }; | 112 | }; |
| 113 | 113 | ||
| 114 | /* The initializer is necessary to set OPTIND and OPTERR to their | 114 | /* The initializer is necessary to set OPTIND and OPTERR to their |