mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 16:50:21 +02:00
* fports.c (fport_seek): Make dependent on GUILE_USE_64_CALLS.
* _scm.h: Make definition of CHOOSE_LARGEFILE depend on GUILE_USE_64_CALLS. * configure.in (--without-64-calls): New option.
This commit is contained in:
parent
01be513ed1
commit
d05bcb2ede
6 changed files with 56 additions and 2 deletions
|
@ -114,7 +114,7 @@
|
|||
|
||||
|
||||
|
||||
#if HAVE_STAT64
|
||||
#if GUILE_USE_64_CALLS && HAVE_STAT64
|
||||
#define CHOOSE_LARGEFILE(foo,foo64) foo64
|
||||
#else
|
||||
#define CHOOSE_LARGEFILE(foo,foo64) foo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue