Skip to content

Commit

Permalink
Merge pull request #423 from TG9541/postponing
Browse files Browse the repository at this point in the history
Postponing
  • Loading branch information
TG9541 authored Apr 7, 2021
2 parents ac1b966 + e9bcd51 commit 94d0063
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions inc/defconf.inc
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@
UNLINK_CCOMMA = 0 ; "C,"
UNLINK_JSRC = 0 ; "CALL,"
UNLINK_LITER = 0 ; "LITERAL"
UNLINK_BCOMP = 0 ; "[COMPILE]"
REMOVE_BCOMP = 0 ; remove "[COMPILE]"
UNLINK_COMPI = 0 ; "COMPILE"
REMOVE_COMPI = 0 ; remove "COMPILE"
UNLINK_BCOMP = 1 ; "[COMPILE]"
REMOVE_BCOMP = 1 ; remove "[COMPILE]"
UNLINK_COMPI = 1 ; "COMPILE"
REMOVE_COMPI = 1 ; remove "COMPILE"
UNLINK_STRCQ = 1 ; "$,""
UNLINK_FOR = 0 ; "FOR"
UNLINK_NEXT = 0 ; "NEXT"
Expand Down
4 changes: 2 additions & 2 deletions test/board.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NVM
RAM

\ expected vocabulary (including tester.fs)
T{e WORDS e-> 946 -3945 }T
T{e WORDS e-> 928 -5235 }T

\ core: string with capured EMIT
: test-."" ." abc123" ;
Expand Down Expand Up @@ -253,7 +253,7 @@ RAM
T{ 400 CD>TEST cdram -> }T
T{ cdram -> 800 }T

T{e WORDS e-> 995 -11 }T
T{e WORDS e-> 977 -1301 }T


\ compile CURRENT and VOC as a test
Expand Down

0 comments on commit 94d0063

Please sign in to comment.