summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/file-p.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/file-p.c')
-rw-r--r--Build/source/texk/kpathsea/file-p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/file-p.c b/Build/source/texk/kpathsea/file-p.c
index 1beb25ac87c..23218c94467 100644
--- a/Build/source/texk/kpathsea/file-p.c
+++ b/Build/source/texk/kpathsea/file-p.c
@@ -24,7 +24,7 @@
stat fails on either of the names, we return false, without error. */
boolean
-same_file_p P2C(const_string, filename1, const_string, filename2)
+same_file_p (const_string filename1, const_string filename2)
{
struct stat sb1, sb2;
/* These are put in variables only so the results can be inspected