=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/lowparse.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- src/usr.bin/make/lowparse.c 2012/10/18 17:54:43 1.31 +++ src/usr.bin/make/lowparse.c 2012/11/07 14:18:41 1.32 @@ -1,4 +1,4 @@ -/* $OpenBSD: lowparse.c,v 1.31 2012/10/18 17:54:43 espie Exp $ */ +/* $OpenBSD: lowparse.c,v 1.32 2012/11/07 14:18:41 espie Exp $ */ /* low-level parsing functions. */ @@ -450,7 +450,6 @@ return NULL; else { read_logical_line(linebuf, c); - Buf_KillTrailingSpaces(linebuf); return Buf_Retrieve(linebuf); } }