| 2321 | } |
| 2322 | |
| 2323 | static const char *userdiff_word_regex(struct diff_filespec *one, |
| 2324 | struct index_state *istate) |
| 2325 | { |
| 2326 | diff_filespec_load_driver(one, istate); |
| 2327 | return one->driver->word_regex; |
| 2328 | } |
| 2329 | |
| 2330 | static void init_diff_words_data(struct emit_callback *ecbdata, |
| 2331 | struct diff_options *orig_opts, |
no test coverage detected