diff options
Diffstat (limited to 'games/r1q2/files/patch-qcommon__common.c')
-rw-r--r-- | games/r1q2/files/patch-qcommon__common.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games/r1q2/files/patch-qcommon__common.c b/games/r1q2/files/patch-qcommon__common.c deleted file mode 100644 index e3e4de4d7f2d..000000000000 --- a/games/r1q2/files/patch-qcommon__common.c +++ /dev/null @@ -1,20 +0,0 @@ ---- ./qcommon/common.c.orig Wed May 17 22:21:33 2006 -+++ ./qcommon/common.c Wed May 17 22:29:35 2006 -@@ -1986,7 +1986,7 @@ -
- #if defined _WIN32
- z->allocationLocation = _ReturnAddress ();
--#elif defined LINUX
-+#elif defined __unix__
- z->allocationLocation = __builtin_return_address (0);
- #else
- //FIXME: other OSes/CCs
-@@ -2046,7 +2046,7 @@ -
- #if defined _WIN32
- retAddr = _ReturnAddress ();
--#elif defined LINUX
-+#elif defined __unix__
- retAddr = __builtin_return_address (0);
- #else
- //FIXME: other OSes/CCs
|