File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,11 @@ too ambitious and not get it done.
157
157
` strchr() ` and then with ` strlen() ` , and rewrite these sites using
158
158
` strchrnul() ` when appropriate.
159
159
160
- 12 . Currently in order to disallow the ` --[no]-xxx ` form of a
160
+ 12 . < s > Currently in order to disallow the ` --[no]-xxx ` form of a
161
161
command-line option, we have to initialize the option's full
162
162
` struct option ` explicitly. It'd be nice to have a set of ` OPT_* `
163
163
macros with ` PARSE_OPT_NONEG ` set. Find and update all `struct
164
164
option [ ] ` declarations with the new macros (including ones that
165
- should never accept ` --no-xxx ` form, but do anyway). * Warning:
166
- this is more a milliproject than a microproject.*
165
+ should never accept ` --no-xxx ` form, but do anyway).</s > ** Not
166
+ recommended. This is more a milliproject than a microproject, and
167
+ the mailing list wasn't so enthusiastic about the idea anyway.**
You can’t perform that action at this time.
0 commit comments