X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Falloc.c;h=21d9635778daf3974132f1fc6f13df82523f78a4;hb=2cbdeacdc8f0fb3f4252c72a24407afba5788a6b;hp=bab72329a6fe13fa9db505261e2f9bdd16936f8d;hpb=34289767d57bb8845699c819362d286bd51c8952;p=libucw.git diff --git a/lib/alloc.c b/lib/alloc.c index bab72329..21d96357 100644 --- a/lib/alloc.c +++ b/lib/alloc.c @@ -2,6 +2,9 @@ * Sherlock Library -- Memory Allocation * * (c) 2000 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #include "lib/lib.h" @@ -9,7 +12,7 @@ #include #include -#ifndef DMALLOC +#ifndef DEBUG_DMALLOC void * xmalloc(uns size)