joaquimrocha / Skeltrack

A Free Software skeleton tracking library
GNU Lesser General Public License v3.0
294 stars 63 forks source link

reserved identifier violation #3

Closed elfring closed 11 years ago

elfring commented 11 years ago

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

joaquimrocha commented 11 years ago

Those names are well-known conventions in the Glib project which we follow for Skeltrack so we are not going to change that.