mirror of
https://github.com/remko/waforth
synced 2024-12-27 09:59:29 +01:00
Simplify escape
This commit is contained in:
parent
cec3595dbf
commit
68d8421518
1 changed files with 1 additions and 1 deletions
|
@ -1884,7 +1884,7 @@
|
||||||
(br_if $endSkipComments (i32.eq (local.get $char) (i32.const -1)))
|
(br_if $endSkipComments (i32.eq (local.get $char) (i32.const -1)))
|
||||||
(br $skipComments)))
|
(br $skipComments)))
|
||||||
(local.get $tos))
|
(local.get $tos))
|
||||||
(data (i32.const 0x217bc) "\ac\17\02\00" "\81" (; F_IMMEDIATE ;) "\\ " "\9a\00\00\00")
|
(data (i32.const 0x217bc) "\ac\17\02\00" "\81" (; F_IMMEDIATE ;) "\5c " "\9a\00\00\00")
|
||||||
(elem (i32.const 0x9a) $\)
|
(elem (i32.const 0x9a) $\)
|
||||||
|
|
||||||
;; 6.1.2540
|
;; 6.1.2540
|
||||||
|
|
Loading…
Reference in a new issue