yahoo / mdbm

MDBM a very fast memory-mapped key/value store.
BSD 3-Clause "New" or "Revised" License
993 stars 111 forks source link

reserved identifier violation #13

Closed elfring closed 10 years ago

elfring commented 10 years ago

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

timrc-git commented 10 years ago

Hi Elfring, Thanks for writing up the issue. Should be fixed now in commit bb61a28f5db93132067e131d1fda3ee556af2dd4.

elfring commented 10 years ago

Thanks for your small source code improvement.