[COMPILER]

* NEW: Allow a CASE expression list to spread among the next line provided 
  that the current line ends with a comma.


git-svn-id: svn://localhost/gambas/trunk@6084 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2014-01-14 22:43:35 +00:00
parent a5cdcbae28
commit de472c0e2a

View File

@ -867,6 +867,7 @@ void TRANS_case(void)
CODE_jump_if_true();
JOB->current++;
TRANS_newline();
}
control_jump_each_pos();