don't use flexible array member
This commit is contained in:
parent
c1d4ea9d00
commit
03a4f1a871
|
@ -20,7 +20,7 @@ struct pic_env {
|
|||
pic_value *regs;
|
||||
int regc;
|
||||
struct pic_env *up;
|
||||
pic_value storage[];
|
||||
pic_value storage[1];
|
||||
};
|
||||
|
||||
struct pic_proc {
|
||||
|
|
Loading…
Reference in New Issue