fix typo
This commit is contained in:
parent
4a95633c47
commit
ad18c15f63
|
@ -154,7 +154,7 @@ $data{'erl'}{'compiler0'} = "erlc";
|
|||
$data{'erl'}{'interp0'} = "erl";
|
||||
$data{'erl'}{'iflags0'} = "-noshell -s primes primes '$max'";
|
||||
|
||||
$data{'4th'}{'name'} = "Fourth";
|
||||
$data{'4th'}{'name'} = "Forth";
|
||||
$data{'4th'}{'src'} = "primes.fs";
|
||||
$data{'4th'}{'interp0'} = "gforth-fast";
|
||||
$data{'4th'}{'iflags0'} = "$data{'4th'}{'src'} -e '$max 2 4 primes bye'";
|
||||
|
|
Loading…
Reference in New Issue