aboutsummaryrefslogtreecommitdiff
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/eval.h b/eval.h
index a824748..c0e03e1 100644
--- a/eval.h
+++ b/eval.h
@@ -3,9 +3,8 @@
#include "model.h"
#include "types.h"
-const int EVAL_STACK_SIZE = 262144;
/** @class Evaluator
- * A runtime platform of interpreting
+ * A realtime interpreting platform
*/
class Evaluator {
private: