pcpp
pcpp copied to clipboard
Prevent errors due to infinite recursion in self-referential macros
Fixes: https://github.com/ned14/pcpp/issues/72
Patch based on work of @MatthewShao Test created by stripping down the reproducing example in above issue.
Thanks for the PR