diff options
| author | jtc <jtc@NetBSD.org> | 1993-09-16 17:39:00 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-09-16 17:39:00 +0000 |
| commit | 69a25a6a71efcadf0db55504379e7a74cecf54ca (patch) | |
| tree | 70d25a47e8da160d611afa43ef8986aa2bbe62fa /gnu/usr.bin/diff/normal.c | |
| parent | 941b6d7b199d8c66a499f0baea38c26e5882e3c6 (diff) | |
Updated to GNU Diffutils 2.4.
Diffstat (limited to 'gnu/usr.bin/diff/normal.c')
| -rw-r--r-- | gnu/usr.bin/diff/normal.c | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/gnu/usr.bin/diff/normal.c b/gnu/usr.bin/diff/normal.c index 2c9ce45559f..45b81d2c4d8 100644 --- a/gnu/usr.bin/diff/normal.c +++ b/gnu/usr.bin/diff/normal.c @@ -1,5 +1,5 @@ /* Normal-format output routines for GNU DIFF. - Copyright (C) 1988, 1989 Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1993 Free Software Foundation, Inc. This file is part of GNU DIFF. @@ -18,15 +18,12 @@ along with GNU DIFF; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: normal.c,v 1.3 1993/08/02 17:26:20 mycroft Exp $"; -#endif /* not lint */ +static char *rcsid = "$Id: normal.c,v 1.4 1993/09/16 17:39:18 jtc Exp $"; +#endif #include "diff.h" -int change_letter (); -void print_normal_hunk (); -void print_number_range (); -struct change *find_change (); +static void print_normal_hunk PARAMS((struct change *)); /* Print the edit-script SCRIPT as a normal diff. INF points to an array of descriptions of the two files. */ @@ -42,7 +39,7 @@ print_normal_script (script) This is a contiguous portion of a complete edit script, describing changes in consecutive lines. */ -void +static void print_normal_hunk (hunk) struct change *hunk; { |
