summaryrefslogtreecommitdiff
path: root/vpath.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 /vpath.c
parentd794e4eb2ab1f24d91f91349270fb83abe62059c (diff)
downloadmake-21a5b2c58dc9198560f81895c24abd9b62aa058c.tar.gz
Code cleanup: Remove all references to PARAMS() & ansi2knr.
Diffstat (limited to 'vpath.c')
-rw-r--r--vpath.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vpath.c b/vpath.c
index 09452403..85e8c0a6 100644
--- a/vpath.c
+++ b/vpath.c
@@ -48,7 +48,8 @@ static struct vpath *general_vpath;
static struct vpath *gpaths;
-static int selective_vpath_search PARAMS ((struct vpath *path, char **file, FILE_TIMESTAMP *mtime_ptr));
+static int selective_vpath_search (struct vpath *path, char **file,
+ FILE_TIMESTAMP *mtime_ptr);
/* Reverse the chain of selective VPATH lists so they
will be searched in the order given in the makefiles