From: Dale Weiler Date: Sun, 6 Jan 2013 02:41:15 +0000 (+0000) Subject: Remove override macros X-Git-Tag: before-library~363^2~21 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=294870c5baa192f9452c00adb585d363d173a7b7;p=xonotic%2Fgmqcc.git Remove override macros --- diff --git a/correct.c b/correct.c index 34f32b4..494d9b8 100644 --- a/correct.c +++ b/correct.c @@ -229,16 +229,6 @@ void correct_del(correct_trie_t* dictonary, size_t **data) { vec_free(data); correct_trie_del(dictonary); } -#if 1 -#undef mem_a -#undef mem_r -#undef mem_d -#define mem_a(x) correct_alloc((x)) -#define mem_r(a,b) correct_realloc((a),(b)) -/* doing this in order to avoid 'unused variable' warnings */ -#define mem_d(x) ((void)(0 && (x))) -#endif - /* * _ is valid in identifiers. I've yet to implement numerics however