tschoonj / xraylib

A library for X-ray matter interaction cross sections for X-ray fluorescence applications
https://github.com/tschoonj/xraylib/wiki
Other
120 stars 55 forks source link

reserved identifier violation #26

Closed elfring closed 8 years ago

elfring commented 8 years ago

I would like to point out that identifiers like "_XRAYLIB_H" and "_XRAYLIB_PARSER_H" do not fit to the expected naming convention of the C language standard. Would you like to adjust your selection for unique names?

tschoonj commented 8 years ago

Sure, will put it on my to-do list.

Thanks for reporting this

elfring commented 8 years ago

Thanks for your improvement of affected include guards.