mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
minor fix
This commit is contained in:
parent
921a5f8a23
commit
f3acb2f93f
1 changed files with 1 additions and 0 deletions
|
@ -1839,6 +1839,7 @@ variable codegen-target
|
|||
|
||||
\ Parse command-line arguments.
|
||||
: read-commandline-args ( -- )
|
||||
s" no-codegen" codegen-target !
|
||||
begin argc @ 1 > while
|
||||
1 arg dup c@ '-' <> if drop exit then
|
||||
dup s" --gen" 5 strn= if
|
||||
|
|
Loading…
Reference in a new issue