Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed May 9, 2012
1 parent 465b364 commit dd22615
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compilers/imcc/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,7 @@ imcc_run_compilation_internal(ARGMOD(imc_info_t *imcc), ARGIN(STRING *source),
if (is_file)
pf_raw->cur_cs = Parrot_pf_create_default_segments(imcc->interp, packfilepmc, source, 1);
else {
const INTVAL eval_number = imcc->unique_count;
imcc->unique_count++;
const INTVAL eval_number = imcc->unique_count++;
STRING * const evalname = Parrot_sprintf_c(imcc->interp, "EVAL_" INTVAL_FMT, eval_number);
pf_raw->cur_cs = Parrot_pf_create_default_segments(imcc->interp, packfilepmc, evalname, 1);
}
Expand Down

0 comments on commit dd22615

Please sign in to comment.