Home
last modified time | relevance | path

Searched refs:make_3way_diff (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/diff/
H A Ddiff3.c207 static struct diff3_block *make_3way_diff PARAMS((struct diff_block *, struct diff_block *));
477 diff3 = make_3way_diff (thread0, thread1);
644 make_3way_diff (thread0, thread1) in make_3way_diff() function
H A DChangeLog79 * diff3.c (diff3_run, make_3way_diff): Plug memory leaks.