diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /lang/eisl/files/patch-ffi.h | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'lang/eisl/files/patch-ffi.h')
| -rw-r--r-- | lang/eisl/files/patch-ffi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/eisl/files/patch-ffi.h b/lang/eisl/files/patch-ffi.h index efd446611808..1b76ce9b70fa 100644 --- a/lang/eisl/files/patch-ffi.h +++ b/lang/eisl/files/patch-ffi.h @@ -1,4 +1,4 @@ ---- ffi.h.orig 2024-04-30 07:10:18 UTC +--- ffi.h.orig 2025-11-23 16:45:45 UTC +++ ffi.h @@ -4,7 +4,7 @@ @@ -6,6 +6,6 @@ #define FFI_H -#define CELLSIZE 20000000 +#define CELLSIZE 10000000 - // TCC does not have support for "static conts" as compile time constant - #ifdef __TINYC__ - #define NIL 0 + static const int NIL = 0; + static const int T = 2; + static const int SMALL_INT_MAX = 1000000000; |
