• Show log

    Commit

  • Hash : 5efe9d12
    Author : Michael Haggerty
    Date : 2017-10-14T08:58:14

    Introduce a new `XDL_INLINE` macro and use it instead of `inline` `inline` is not portable enough, and the `xdiff` code doesn't import the `GIT_INLINE` macro. So introduce a new `XDL_INLINE` macro (with the same definition as `GIT_INLINE`). Use the new macro to inline two functions in `xdiffi.c`.