summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/xcalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/xcalloc.c')
-rw-r--r--Build/source/texk/kpathsea/xcalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/xcalloc.c b/Build/source/texk/kpathsea/xcalloc.c
index 1973b9d934a..e01eb9c8da4 100644
--- a/Build/source/texk/kpathsea/xcalloc.c
+++ b/Build/source/texk/kpathsea/xcalloc.c
@@ -20,7 +20,7 @@
void *
-xcalloc P2C(unsigned, nelem, unsigned, elsize)
+xcalloc (unsigned nelem, unsigned elsize)
{
void *new_mem = (void*)calloc(nelem, elsize);