summaryrefslogtreecommitdiff
path: root/implicit.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-04-07 01:43:44 +0000
committerPaul Smith <psmith@gnu.org>2006-04-07 01:43:44 +0000
commit21a5b2c58dc9198560f81895c24abd9b62aa058c (patch)
treedffe00254df4fae89052c3a7af1eb0c92392d03f /implicit.c
parentd794e4eb2ab1f24d91f91349270fb83abe62059c (diff)
downloadmake-21a5b2c58dc9198560f81895c24abd9b62aa058c.tar.gz
Code cleanup: Remove all references to PARAMS() & ansi2knr.
Diffstat (limited to 'implicit.c')
-rw-r--r--implicit.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/implicit.c b/implicit.c
index 014828fe..1cfd58ca 100644
--- a/implicit.c
+++ b/implicit.c
@@ -25,9 +25,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */
#include "job.h" /* struct child, used inside commands.h */
#include "commands.h" /* set_file_variables */
-static int
-pattern_search PARAMS ((struct file *file, int archive,
- unsigned int depth, unsigned int recursions));
+static int pattern_search (struct file *file, int archive,
+ unsigned int depth, unsigned int recursions);
/* For a FILE which has no commands specified, try to figure out some
from the implicit pattern rules.