blob: 1b76ce9b70fac37a905d096cbb1abb82266e71ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ffi.h.orig 2025-11-23 16:45:45 UTC
+++ ffi.h
@@ -4,7 +4,7 @@
#ifndef FFI_H
#define FFI_H
-#define CELLSIZE 20000000
+#define CELLSIZE 10000000
static const int NIL = 0;
static const int T = 2;
static const int SMALL_INT_MAX = 1000000000;
|