1
Fork 0
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:
Kevin Ryde 2006-09-26 01:11:05 +00:00
parent 903762e5cf
commit e8d9b45487

View file

@ -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 */