mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-23 04:15:31 +00:00
Fix compiler warning about reserved identifier
Warning was (on clang-3.7): /Users/gck/dev/cpp-peglib/test/../peglib.h:9:9: warning: macro name is a reserved identifier [-Wreserved-id-macro] #define _CPPPEGLIB_PEGLIB_H_
This commit is contained in:
parent
f764e9a85d
commit
bc9234a25f