=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/lowparse.c,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/make/lowparse.c 2015/12/05 18:31:17 1.34 --- src/usr.bin/make/lowparse.c 2016/10/21 16:12:38 1.35 *************** *** 1,4 **** ! /* $OpenBSD: lowparse.c,v 1.34 2015/12/05 18:31:17 espie Exp $ */ /* low-level parsing functions. */ --- 1,4 ---- ! /* $OpenBSD: lowparse.c,v 1.35 2016/10/21 16:12:38 espie Exp $ */ /* low-level parsing functions. */ *************** *** 223,229 **** { if (current != NULL) free_input_stream(current); ! current = (struct input_stream *)Lst_Pop(&input_stack); return current != NULL; } --- 223,229 ---- { if (current != NULL) free_input_stream(current); ! current = Lst_Pop(&input_stack); return current != NULL; }