Files
mercury/runtime
Julien Fischer ee9aaa8c1b Always use 64-bit offsets with fseek() and ftell().
Most sane systems use 64-bit offsets with those functions; Windows does not.

runtime/mercury_file.h:
   Define macros MR_fseek and MR_ftell that expand to the name of the
   fseek or ftell function that uses 64-bit offsets.

runtime/mercury_deep_profiling.c:
library/io.m:
    Use the new macros and always use 64-bit offsets.
2019-10-08 21:36:11 +11:00
..
2012-09-04 11:42:53 +00:00
2018-06-14 20:44:16 +02:00
2019-03-13 16:51:08 +11:00
2018-06-14 20:44:16 +02:00
2018-06-14 20:44:16 +02:00
2019-06-10 13:30:49 +10:00
2019-06-10 13:30:49 +10:00