mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[types] Define OFFT_MAX somehow
This commit is contained in:
parent
41724fb217
commit
d09f8060ee
@ -70,6 +70,8 @@
|
||||
#define OFFT_MAX INT_MAX
|
||||
#elif SIZEOF_OFF_T == SIZEOF_SHORT
|
||||
#define OFFT_MAX SHRT_MAX
|
||||
#else
|
||||
#define OFFT_MAX LONG_MAX
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user