Commit 1956693fa0b112daf07240b119190663e2987b3d

nulltoken 2012-05-09T21:14:49

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.