summaryrefslogtreecommitdiff
path: root/src/xdiff/xdiffi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xdiff/xdiffi.h')
-rw-r--r--src/xdiff/xdiffi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdiff/xdiffi.h b/src/xdiff/xdiffi.h
index 7a92ea9c4..8b81206c9 100644
--- a/src/xdiff/xdiffi.h
+++ b/src/xdiff/xdiffi.h
@@ -41,6 +41,7 @@ typedef struct s_xdchange {
struct s_xdchange *next;
long i1, i2;
long chg1, chg2;
+ int ignore;
} xdchange_t;