mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
fix #define
svn-id: r7806
This commit is contained in:
parent
3736794737
commit
d61ee38b23
@ -241,7 +241,7 @@ void operator delete(void *ptr) {
|
||||
free(ptr);
|
||||
}
|
||||
|
||||
#undef free(x)
|
||||
#undef free
|
||||
void free_check(void *ptr) {
|
||||
if ((uint)ptr == 0xE7E7E7E7UL) {
|
||||
printf("ERROR: freeing 0xE7E7E7E7\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user