aboutsummaryrefslogtreecommitdiff
path: root/eval.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-08 22:36:49 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-08 22:36:49 +0800
commit64967702d0f58b1f2f2082feccb39a95e2ac4cb2 (patch)
treef620a40a8fb9b11098999cf796b2b69fd272300d /eval.h
parent3753b3c4bed58949588a46d4c807a0c0045e8f22 (diff)
support for equal?
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.h b/eval.h
index 1c8d14f..bf4b801 100644
--- a/eval.h
+++ b/eval.h
@@ -2,6 +2,7 @@
#define EVAL_H
#include "model.h"
+const int EVAL_STACK_SIZE = 262144;
/** @class Evaluator
* A runtime platform of interpreting
*/