matz / streem

prototype of stream based programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reserved identifier violation

elfring opened this issue · comments

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

probably I will rename them with STRM_ prefix, e.g STRM_NODE_H etc.