This is an archive of the discontinued Mercurial Phabricator instance.

xdiff: move stdint.h to xdiff.h
ClosedPublic

Authored by quark on Mar 13 2018, 7:56 PM.

Details

Summary

It's more correct to put it in xdiff.h since that file actually uses int64_t
etc and xdiff.h is included by xinclude.h.

This should fix the oss-fuzz build. Thanks durin42 for discovering the
issue.

Test Plan

make local and xdiff related tests still work.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

quark created this revision.Mar 13 2018, 7:56 PM
durin42 accepted this revision.Mar 13 2018, 8:04 PM
This revision is now accepted and ready to land.Mar 13 2018, 8:04 PM
This revision was automatically updated to reflect the committed changes.