troglobit / finit

Fast init for Linux. Cookies included
https://troglobit.com/projects/finit/
MIT License
634 stars 64 forks source link

Avoid using C++ key words #199

Closed liuming50 closed 3 years ago

liuming50 commented 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

troglobit commented 3 years ago

OK, I'll approve this. But please be aware that Finit is a C project and only C compilers are officially supported.