halayli / lthread

lthread, a multicore enabled coroutine library written in C
Other
814 stars 82 forks source link

reserved identifier violation #11

Closed elfring closed 12 years ago

elfring commented 12 years ago

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

halayli commented 12 years ago

The code is C compliant.

elfring commented 12 years ago

A few identifiers are not completely standard-compliant in your source files. Would you like to reconsider the use of leading underscores in your software library?

halayli commented 12 years ago

Fair enough. I'll fix this one.

Thanks!