From 27378b5694b4941bb63a62097f7ee523da0a35bb Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Oct 1995 18:51:33 +0000 Subject: Import GNU diffutils 2.7 Note, this is going to be messy.. 2.3 was vendor-branch imported, while 2.6 was done as a delta. Sigh. I'm importing this on a vendor branch so that it will be easier to deal with next time.. (cvs-1.6 wants rcs-5.7, and rcs-5.7 suggests diffutils-2.7) --- gnu/usr.bin/diff/ed.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'gnu/usr.bin/diff/ed.c') diff --git a/gnu/usr.bin/diff/ed.c b/gnu/usr.bin/diff/ed.c index fd051f2..717ef35 100644 --- a/gnu/usr.bin/diff/ed.c +++ b/gnu/usr.bin/diff/ed.c @@ -1,5 +1,5 @@ /* Output routines for ed-script format. - Copyright (C) 1988, 89, 91, 92 Free Software Foundation, Inc. + Copyright (C) 1988, 89, 91, 92, 93 Free Software Foundation, Inc. This file is part of GNU DIFF. @@ -19,14 +19,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "diff.h" -int change_letter (); -int translate_line_number (); -static void print_rcs_hunk (); -static void print_ed_hunk (); -static void pr_forward_ed_hunk (); -void translate_range (); -struct change *find_change (); -struct change *find_reverse_change (); +static void print_ed_hunk PARAMS((struct change *)); +static void print_rcs_hunk PARAMS((struct change *)); +static void pr_forward_ed_hunk PARAMS((struct change *)); /* Print our script as ed commands. */ -- cgit v1.1