magwyz / pastec

Image recognition open source index and search engine
http://pastec.io
GNU Lesser General Public License v3.0
620 stars 175 forks source link

Make include guards unique #1

Closed elfring closed 10 years ago

elfring commented 10 years ago

I find that include guards like "HIT_H" and "INDEX_H" are too short for the safe reuse of your header files (when they belong to an application programming interface).

magwyz commented 10 years ago

Fixed by e4e3de8b860655ba17e0d419b8f38a50600207ad.

Thanks for reporting.

elfring commented 10 years ago

Thanks for your addition of a prefix to the include guards.