summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/xmalloc.c')
-rw-r--r--Build/source/texk/kpathsea/xmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/xmalloc.c b/Build/source/texk/kpathsea/xmalloc.c
index 32dd8a71fd4..70871a5ae14 100644
--- a/Build/source/texk/kpathsea/xmalloc.c
+++ b/Build/source/texk/kpathsea/xmalloc.c
@@ -20,7 +20,7 @@
void *
-xmalloc P1C(unsigned, size)
+xmalloc (unsigned size)
{
void *new_mem = (void *)malloc(size ? size : 1);