libgit2/tests-clar/diff
nulltoken 1956693fa0 Fix MSVC compilation issue
exp() is already defined in math.h. This leads to LMSVC complaining

    ..\..\libgit2\tests-clar\diff\blob.c(5): error C2365: 'exp' : redefinition; previous definition was 'function'

    Renaming the variable fixes this issue.
2012-05-09 21:14:49 +02:00
..
blob.c Fix MSVC compilation issue 2012-05-09 21:14:49 +02:00
diff_helpers.c diff: fix the diffing of two identical blobs 2012-05-07 12:18:33 +02:00
diff_helpers.h diff: fix the diffing of two identical blobs 2012-05-07 12:18:33 +02:00
index.c Clean up GIT_UNUSED macros on all platforms 2012-03-02 15:51:55 -08:00
iterator.c Update clar and remove old helpers 2012-04-17 10:35:11 -07:00
patch.c Fix usage of "new" for fieldname in public header 2012-05-02 15:34:58 -07:00
tree.c diff: fix the diffing of two identical blobs 2012-05-07 12:18:33 +02:00
workdir.c Update clar and remove old helpers 2012-04-17 10:35:11 -07:00