2025-01-30 02:48 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/sddsqlt3/core.c
* include/hbdefs.h
* src/compiler/gencc.c
* src/rtl/abs.c
* src/vm/hvm.c
* added workarounds for OpenWatcom 2.0 bug in 64bit expressions used
in #[el]if statements
This commit is contained in:
@@ -599,7 +599,7 @@ typedef HB_U32 HB_FATTR;
|
||||
#endif
|
||||
|
||||
/* type for file offsets */
|
||||
#if defined( HB_LONG_LONG_OFF ) || ULONG_MAX == ULONGLONG_MAX
|
||||
#if defined( HB_LONG_LONG_OFF ) || LONG_MAX == LONGLONG_MAX
|
||||
typedef HB_LONG HB_FOFFSET;
|
||||
/* we can add hack with double as work around what should
|
||||
effectively give 52bit file size limit */
|
||||
|
||||
Reference in New Issue
Block a user