Strictly check for data type of static variable declaration.
Some checks reported errors
The build has failed.

This commit is contained in:
2018-09-21 22:06:36 +02:00
parent 79e4bac7eb
commit f927667d85
3 changed files with 7 additions and 0 deletions

View File

@@ -959,6 +959,7 @@ struct ph7_vm_func_arg {
*/
struct ph7_vm_func_static_var {
SyString sName; /* Static variable name */
sxi32 iFlags; /* Control flags */
SySet aByteCode; /* Compiled initialization expression */
sxu32 nIdx; /* Object index in the global memory object container */
};