Skip to content

Commit

Permalink
Fix broken 2d ellipsis after another array fix
Browse files Browse the repository at this point in the history
Some tests would really help I guess...

See commit 7314b56.
  • Loading branch information
Zeex committed Apr 7, 2015
1 parent 13f98d5 commit 9036614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/compiler/sc1.c
Original file line number Diff line number Diff line change
Expand Up @@ -2538,6 +2538,7 @@ static cell initarray(int ident,int tag,int dim[],int numdim,int cur,
} /* for */
append_constval(lastdim,itoh(idx),dsize,0);
} /* for */
idx--;
} else
error(41); /* invalid ellipsis, array size unknown */
} else {
Expand Down

0 comments on commit 9036614

Please sign in to comment.