Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dpatch.c34 static int rev1_validated = 0; variable
344 if (rev1 != NULL && !rev1_validated)
347 rev1_validated = 1;
H A DChangeLog-962346 * patch.c: Initialize rev1_validated and rev2_validated to 0, not 1.