shithub: MicroHs

Download patch

ref: b86cea518fe9eeede43c2619c715684566e718bb
parent: ddaf33c956850dd20b1002652ea7fcef6c817391
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Mon Nov 13 09:54:57 EST 2023

Fixes.

--- a/src/runtime/config-mingw-64.h
+++ b/src/runtime/config-mingw-64.h
@@ -42,4 +42,12 @@
 /*
  * The ERR macro should report an error and exit.
  * If not defined, a generic one will be used.
+ */
 /* #define ERR(s,a) */
+/* #define ERR1(s,a) */
+
+#define GCRED    1              /* do some reductions during GC */
+#define FASTTAGS 1              /* compute tag by pointer subtraction */
+#define INTTABLE 1              /* use fixed table of small INT nodes */
+#define SANITY   1              /* do some sanity checks */
+#define STACKOVL 1              /* check for stack overflow */
--