[INTERPRETER]
* BUG: Static arrays can be used as local variables again. git-svn-id: svn://localhost/gambas/trunk@1319 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
80f53ee771
commit
b49c9fc644
@ -390,6 +390,7 @@ __ARRAY:
|
||||
value->_array.keep = FALSE;
|
||||
value->_array.index = ctype.value;
|
||||
ARRAY_new(&value->_array.addr, (ARRAY_DESC *)class->load->array[ctype.value]);
|
||||
return;
|
||||
|
||||
__FUNCTION:
|
||||
__CLASS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user