| 3916 | return cmp_version (b, a); |
| 3917 | } |
| 3918 | static int |
| 3919 | xstrcoll_df_version (V a, V b) |
| 3920 | { |
| 3921 | return dirfirst_check (a, b, xstrcoll_version); |
| 3922 | } |
| 3923 | static int |
| 3924 | rev_xstrcoll_df_version (V a, V b) |
| 3925 | { |
nothing calls this directly
no test coverage detected