Files
thirdparty-tinyexpr/tinyexpr.h
Mathias Bavay c943941b24 CLang: macro name is a reserved identifier
Fixing CLang's warning: macro name is a reserved identifier [-Wreserved-id-macro] . According to https://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html, a global name should not start with an underscore.
2019-04-26 18:14:02 +02:00

2.3 KiB