[SCM] Lisaac compiler branch, lib_os_64, updated. lisaac-0.12-614-g360dbee

cyrano “nicolas at boulay.name”
Wed Dec 23 01:25:09 UTC 2009


The following commit has been merged in the lib_os_64 branch:
commit c8a48a40167a4d4515d966c71512c6841b760e89
Author: cyrano <“nicolas at boulay.name”>
Date:   Tue Dec 22 23:50:15 2009 +0100

    true management of 64 bits for file offset

diff --git a/src/lisaac.li b/src/lisaac.li
index bdf6a17..e9e88c7 100644
--- a/src/lisaac.li
+++ b/src/lisaac.li
@@ -681,6 +681,7 @@ Section Public
       output_decl.append
       "#define _LARGE_FILE_API\n\
       \#define _LARGEFILE_SOURCE\n\
+      \#define _FILE_OFFSET_BITS 64\n\
       \#define _LARGEFILE64_SOURCE\n";
 
       // ANSI argument command.

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list