mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
(scm_to_off64_t, scm_from_off64_t): New macros.
This commit is contained in:
parent
903762e5cf
commit
e8d9b45487
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@
|
|||
#else
|
||||
# error sizeof(off_t) is not 4 or 8.
|
||||
#endif
|
||||
#define scm_to_off64_t scm_to_int64
|
||||
#define scm_from_off64_t scm_from_int64
|
||||
|
||||
|
||||
#endif /* SCM__SCM_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue