mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 10:41:43 +00:00
Remove override macros
This commit is contained in:
parent
efecd160ca
commit
294870c5ba
1 changed files with 0 additions and 10 deletions
10
correct.c
10
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
|
||||
|
|
Loading…
Reference in a new issue