D7877: sha1dc: declare all variables at begininng of block

2020-01-15 Thread indygreg (Gregory Szorc)
Closed by commit rHGc3f741bb2f33: sha1dc: declare all variables at begininng of block (authored by indygreg). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7877?vs=19276=19288

D7877: sha1dc: declare all variables at begininng of block

2020-01-14 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is required to appease ancient C language standards, which msvc 2008 still requires for Python 2.7 on Windows. REPOSITORY rHG Mercurial BRANCH default