From 64967702d0f58b1f2f2082feccb39a95e2ac4cb2 Mon Sep 17 00:00:00 2001 From: Teddy Date: Thu, 8 Aug 2013 22:36:49 +0800 Subject: support for equal? --- eval.h | 1 + 1 file changed, 1 insertion(+) (limited to 'eval.h') 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 */ -- cgit v1.2.3