| 4301 | /* Report incompatible options. */ |
| 4302 | |
| 4303 | static void |
| 4304 | incompatible_options (char const *opts) |
| 4305 | { |
| 4306 | error (SORT_FAILURE, 0, _("options '-%s' are incompatible"), (opts)); |
| 4307 | } |
| 4308 | |
| 4309 | /* Check compatibility of ordering options. */ |
| 4310 |
no outgoing calls
no test coverage detected