diff options
Diffstat (limited to 'Build/source/texk/kpathsea/xrealloc.c')
-rw-r--r-- | Build/source/texk/kpathsea/xrealloc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/xrealloc.c b/Build/source/texk/kpathsea/xrealloc.c index 7561d72791d..e56668368b4 100644 --- a/Build/source/texk/kpathsea/xrealloc.c +++ b/Build/source/texk/kpathsea/xrealloc.c @@ -1,6 +1,6 @@ /* xrealloc.c: realloc with error checking. - Copyright 1992, 1993, 2008, 2010 Karl Berry. + Copyright 1992, 1993, 2008, 2010, 2013 Karl Berry. Copyright 2005 Olaf Weber. This library is free software; you can redistribute it and/or @@ -18,8 +18,6 @@ #include <kpathsea/config.h> -extern void *xmalloc (size_t); - void * xrealloc (void *old_ptr, size_t size) { |