We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406da78 commit e5b0662Copy full SHA for e5b0662
xdiff/xdiff.h
@@ -36,11 +36,6 @@ extern "C" {
36
#define XDF_HISTOGRAM_DIFF (1 << 6)
37
#define XDF_WHITESPACE_FLAGS (XDF_IGNORE_WHITESPACE | XDF_IGNORE_WHITESPACE_CHANGE | XDF_IGNORE_WHITESPACE_AT_EOL)
38
39
-#define XDL_PATCH_NORMAL '-'
40
-#define XDL_PATCH_REVERSE '+'
41
-#define XDL_PATCH_MODEMASK ((1 << 8) - 1)
42
-#define XDL_PATCH_IGNOREBSPACE (1 << 8)
43
-
44
#define XDL_EMIT_FUNCNAMES (1 << 0)
45
#define XDL_EMIT_COMMON (1 << 1)
46
#define XDL_EMIT_FUNCCONTEXT (1 << 2)
0 commit comments