This is an archive of the discontinued Mercurial Phabricator instance.

sha1dc: declare all variables at begininng of block
ClosedPublic

Authored by indygreg on Jan 14 2020, 8:54 PM.

Details

Summary

This is required to appease ancient C language standards, which
msvc 2008 still requires for Python 2.7 on Windows.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

indygreg created this revision.Jan 14 2020, 8:54 PM
pulkit accepted this revision.Jan 15 2020, 7:09 AM
This revision is now accepted and ready to land.Jan 15 2020, 7:09 AM
This revision was automatically updated to reflect the committed changes.