Closed liuming50 closed 3 years ago
"protected" is a C++ key word, replace it with "is_protected" avoid compiling failures with C++ compiler.
Signed-off-by: Ming Liu liu.ming50@gmail.com
OK, I'll approve this. But please be aware that Finit is a C project and only C compilers are officially supported.
"protected" is a C++ key word, replace it with "is_protected" avoid compiling failures with C++ compiler.
Signed-off-by: Ming Liu liu.ming50@gmail.com