hypirion / c-rrb

RRB-tree implemented as a library in C.
MIT License
164 stars 14 forks source link

reserved identifier violation #2

Closed elfring closed 10 years ago

elfring commented 10 years ago

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

elfring commented 10 years ago

Thanks for your small source code improvement.

elfring commented 10 years ago

Would you also like to rename the identifier "_DotArray"?

hypirion commented 10 years ago

Fixed through 476c48a861641d59847356c6ae668551aad35693.