XyrisOS / xyris

The Xyris Kernel
https://xyr.is
MIT License
153 stars 11 forks source link

Use C++ Attribute Specifiers When Possible #335

Closed Kfeavel closed 2 years ago

Kfeavel commented 2 years ago

This is the correct, C++, way of doing things instead of using GCC specific attributes. When C linkage is required, the __attribute__ formatting will still be required since the C++ attribute specifiers won't work.