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:
Przemysław Czerpak
2025-01-30 02:48:48 +01:00
parent 1d0c512822
commit e66aab7eff
6 changed files with 24 additions and 13 deletions

View File

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