Skip to content

Commit

Permalink
Fix close-paren bug in gforth 0.7.9
Browse files Browse the repository at this point in the history
Closes #339
  • Loading branch information
tkers committed Mar 2, 2023
1 parent dd0188c commit 428fcf5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/compiler/cross.fs
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ make-ir constant unreachable-node
: xliteral xliteral, ; ximmediate-as literal

: x\ postpone \ ; ximmediate-as \
: x( postpone ( ; ximmediate-as (
\ The next parenthesis is only here to make the editor happy!
)
: x( postpone ( ; ximmediate-as ( \ )

\
\ Note that X] will return when the cross-compilation is finished (
Expand Down

0 comments on commit 428fcf5

Please sign in to comment.