aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_allocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-19 13:13:45 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-19 13:13:45 +0000
commit86290d22b2632f1cddeb5ae5756574d7f5dcae83 (patch)
treed53b2a4c220e3d6b9910eec0d368a1a61710d4bc /src/util/common_allocation.c
parent00eaae88081a097b4e544a777d600089f4c5389b (diff)
downloadgnunet-86290d22b2632f1cddeb5ae5756574d7f5dcae83.tar.gz
gnunet-86290d22b2632f1cddeb5ae5756574d7f5dcae83.zip
fixing fun bug
Diffstat (limited to 'src/util/common_allocation.c')
-rw-r--r--src/util/common_allocation.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/common_allocation.c b/src/util/common_allocation.c
index 21c4690bf..92cbc9747 100644
--- a/src/util/common_allocation.c
+++ b/src/util/common_allocation.c
@@ -116,11 +116,7 @@ GNUNET_xmalloc_unchecked_ (size_t size, const char *filename, int linenumber)
116 */ 116 */
117void * 117void *
118GNUNET_xrealloc_ (void *ptr, 118GNUNET_xrealloc_ (void *ptr,
119#ifndef W32_MEM_LIMIT
120 const size_t n,
121#else
122 size_t n, 119 size_t n,
123#endif
124 const char *filename, int linenumber) 120 const char *filename, int linenumber)
125{ 121{
126#ifdef W32_MEM_LIMIT 122#ifdef W32_MEM_LIMIT