mirror of
https://github.com/remko/waforth
synced 2025-02-06 20:46:25 +01:00
Remove unused export
This commit is contained in:
parent
166d82d899
commit
7bac62308a
1 changed files with 3 additions and 3 deletions
|
@ -851,9 +851,9 @@
|
||||||
(!def_word "FIND" "$find")
|
(!def_word "FIND" "$find")
|
||||||
|
|
||||||
;; 6.1.1650
|
;; 6.1.1650
|
||||||
(func $here (export "HERE")
|
(func $here
|
||||||
(i32.store (get_global $tos) (get_global $here))
|
(i32.store (get_global $tos) (get_global $here))
|
||||||
(set_global $tos (i32.add (get_global $tos) (i32.const 4))))
|
(set_global $tos (i32.add (get_global $tos) (i32.const 4))))
|
||||||
(!def_word "HERE" "$here")
|
(!def_word "HERE" "$here")
|
||||||
|
|
||||||
;; 6.1.1680
|
;; 6.1.1680
|
||||||
|
|
Loading…
Add table
Reference in a new issue