summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-05-28 09:12:03 +0000
committerAndreas Gruenbacher <agruen@suse.de>2009-03-19 01:43:35 +0100
commit15e5b5e92f4a02890f2859e1f404f5ca3f0dcf4c (patch)
tree3815cefc59d2357370be2ab0f2c74d32be31b133
parentb3be3a36cb577e9a17928ad7b15b40d6ffc1f85f (diff)
downloadpatch-15e5b5e92f4a02890f2859e1f404f5ca3f0dcf4c.tar.gz
Fix copyright notice, remove PARAM.
-rw-r--r--inp.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/inp.c b/inp.c
index cb8154b..6195f3f 100644
--- a/inp.c
+++ b/inp.c
@@ -1,9 +1,10 @@
/* inputting files to be patched */
-/* $Id: inp.c,v 1.22 1999/10/11 03:33:08 eggert Exp $ */
+/* $Id: inp.c,v 1.23 2002/05/28 07:12:03 eggert Exp $ */
-/* Copyright 1986, 1988 Larry Wall
- Copyright 1991, 1992-1993, 1997-1998, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1986, 1988 Larry Wall
+ Copyright (C) 1991, 1992, 1993, 1997, 1998, 1999, 2002 Free Software
+ Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -47,10 +48,10 @@ static LINENUM lines_per_buf; /* how many lines per buffer */
static size_t tireclen; /* length of records in tmp file */
static size_t last_line_size; /* size of last input line */
-static bool plan_a PARAMS ((char const *));/* yield FALSE if memory runs out */
-static void plan_b PARAMS ((char const *));
-static void report_revision PARAMS ((int));
-static void too_many_lines PARAMS ((char const *)) __attribute__((noreturn));
+static bool plan_a (char const *); /* yield FALSE if memory runs out */
+static void plan_b (char const *);
+static void report_revision (int);
+static void too_many_lines (char const *) __attribute__((noreturn));
/* New patch--prepare to edit another file. */