aboutsummaryrefslogtreecommitdiff
path: root/eval.go
diff options
context:
space:
mode:
Diffstat (limited to 'eval.go')
-rw-r--r--eval.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/eval.go b/eval.go
index afc7de1..190287f 100644
--- a/eval.go
+++ b/eval.go
@@ -8,10 +8,7 @@ import (
"io/ioutil"
)
-const (
- memSize = 0x4000
- stackSize = 0x20
-)
+const memSize = 0x4000
// J1 Forth processor VM
type J1 struct {