summaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-02-18 07:22:20 -0800
committerEdward Thomson <ethomson@edwardthomson.com>2019-02-21 09:58:15 +0000
commit247e6d909ac267688611893c73695d154d3e82e5 (patch)
tree0540a3f50de30e57a00596b52ba0df6b79e49bfb /src/parse.c
parentcb150e605587ab44c837f3567fe064fa091927ba (diff)
downloadlibgit2-ethomson/inttypes.tar.gz
Remove public 'inttypes.h' headerethomson/inttypes
Remove an `inttypes.h` header that is too large in scope, and far too public. For Visual Studio 2012 and earlier (ie, `_MSC_VER < 1800`), we do need to include `stdint.h` in our public headers, for types like `uint32_t`. Internally, we also need to define `PRId64` as a printf formatting string when it is not available.
Diffstat (limited to 'src/parse.c')
0 files changed, 0 insertions, 0 deletions