Skip to content

Commit

Permalink
Fix the keyword for loading a foreign library (japhb++)
Browse files Browse the repository at this point in the history
  • Loading branch information
tene committed Jun 12, 2009
1 parent a2b8ceb commit d2b24d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/eval.pir
Expand Up @@ -150,7 +150,7 @@ itself can be found in src/builtins/control.pir.
# This HLL stuff *should* be integrated with the rest... I spent an hour on it and failed.
ver = options['ver']
if null ver goto no_hll
$P0 = ver['lang']
$P0 = ver['from']
if null $P0 goto no_hll
lang = $P0
.local pmc name, compiler, library, imports, callerns, foreignlibns
Expand Down

0 comments on commit d2b24d8

Please sign in to comment.