aboutsummaryrefslogtreecommitdiffstats
path: root/core.fth
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-03-11 07:36:11 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-03-11 07:36:11 -0500
commitbc3e952b487365fdf5e60e9fcfa0841c23972e30 (patch)
treecc53facc2a62db4dc93a25c772f521786305ead8 /core.fth
parentf8270776e79f4d2edb7c2a19c1ecd3bf3b2bf153 (diff)
common error enum; eval to _ev
Diffstat (limited to 'core.fth')
-rw-r--r--core.fth2
1 files changed, 1 insertions, 1 deletions
diff --git a/core.fth b/core.fth
index c23c366..a8ccb9d 100644
--- a/core.fth
+++ b/core.fth
@@ -199,5 +199,5 @@
: :noname 0 , here ] ;
: evaluate _source @ >r _sourceu @ >r >in @ >r
- 0 >in ! _sourceu ! _source ! 5 sys
+ 0 >in ! _sourceu ! _source ! _ev
r> >in ! r> _sourceu ! r> _source ! ;