From ed6cf98d623ec7c07ea877081db1df55ee7c4b4f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 28 Jan 1997 16:55:20 -0800
Subject: [PATCH] some merging from configure.h

Rev: src/docode.h:1.2
---
 src/docode.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/docode.h b/src/docode.h
index 564defc612..b197c0cde4 100644
--- a/src/docode.h
+++ b/src/docode.h
@@ -6,6 +6,13 @@
 #ifndef DOCODE_H
 #define DOCODE_H
 
+/*
+ * The compiler stack is used when compiling to keep track of data.
+ * This value need too be large enough for the programs you compile.
+ */
+#define COMPILER_STACK_SIZE	8000
+
+
 #define DO_LVALUE 1
 #define DO_NOT_COPY 2
 #define DO_POP 4
-- 
GitLab