From 425971ef8caa8b0ced2bb10c4e0df402deff7306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 10 Apr 2011 09:21:32 +0200 Subject: [PATCH] Linux fixes/creature vector addresses. Needs more testing. --- Memory.xml | 13 ++++++++++++- library/private/Internal.h | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Memory.xml b/Memory.xml index 30a38f35b..d40c4a737 100644 --- a/Memory.xml +++ b/Memory.xml @@ -2815,7 +2815,7 @@
MAYBE
-
+
POSSIBLY WRONG! @@ -2914,10 +2914,18 @@ + + +
VERIFY + + + +
VERIFY +
@@ -2930,6 +2938,9 @@ + +
VERIFY +
diff --git a/library/private/Internal.h b/library/private/Internal.h index a58e9fd71..2281bfac3 100644 --- a/library/private/Internal.h +++ b/library/private/Internal.h @@ -34,8 +34,8 @@ distribution. #define _QUOTEME(x) #x #define QUOT(x) _QUOTEME(x) +// force large file support #ifdef LINUX_BUILD - #define __USE_FILE_OFFSET64 #define _FILE_OFFSET_BITS 64 #endif