From cd439d82af9522ec662102dfebdc44875eb58bf4 Mon Sep 17 00:00:00 2001 From: jtc Date: Tue, 1 Nov 1994 20:38:40 +0000 Subject: Upgraded to diffutils 2.7. --- gnu/usr.bin/diff/side.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gnu/usr.bin/diff/side.c') diff --git a/gnu/usr.bin/diff/side.c b/gnu/usr.bin/diff/side.c index 2d3abc00dca..a150b5e705f 100644 --- a/gnu/usr.bin/diff/side.c +++ b/gnu/usr.bin/diff/side.c @@ -18,9 +18,6 @@ can know your rights and responsibilities. It should be in a file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -#ifndef lint -static char *rcsid = "$Id: side.c,v 1.4 1993/09/29 21:37:13 jtc Exp $"; -#endif #include "diff.h" @@ -142,7 +139,7 @@ print_half_line (line, indent, out_bound) break; default: - if (! isprint (c)) + if (! ISPRINT (c)) goto control_char; /* falls through */ case ' ': @@ -177,7 +174,7 @@ print_1sdiff_line (left, sep, right) unsigned hw = sdiff_half_width, c2o = sdiff_column2_offset; unsigned col = 0; int put_newline = 0; - + if (left) { if (left[1][-1] == '\n') -- cgit