comparison mercurial/bdiff.h @ 48274:d86908050375

hg: remove reserved identifiers Per 7.1.3 paragraph, from C draft: All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use.
author David Demelier <markand@malikania.fr>
date Thu, 21 Oct 2021 11:21:21 +0200
parents 174d115d8104
children
comparison
equal deleted inserted replaced
48268:16c3fe46929a 48274:d86908050375
1 #ifndef _HG_BDIFF_H_ 1 #ifndef HG_BDIFF_H
2 #define _HG_BDIFF_H_ 2 #define HG_BDIFF_H
3 3
4 #include "compat.h" 4 #include "compat.h"
5 5
6 struct bdiff_line { 6 struct bdiff_line {
7 int hash, n, e; 7 int hash, n, e;