tjko / jpegoptim

jpegoptim - utility to optimize/compress JPEG files
http://www.iki.fi/tjko/projects.html
GNU General Public License v3.0
1.57k stars 116 forks source link

reserved identifier violation #38

Closed elfring closed 8 years ago

elfring commented 8 years ago

I would like to point out that an identifier like "_JPEGOPTIM_H" does not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

tjko commented 8 years ago

Thanks. Yes, you're correct _ (underscore) in the beginning of a macro name makes it technically noncompliant. I cleaned those up...

elfring commented 8 years ago

Thanks for your improvement of affected include guards.