• Show log

    Commit

  • Hash : 1956693f
    Author : nulltoken
    Date : 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.