summaryrefslogtreecommitdiff
path: root/tests/preprocessor/recursive-macro.slang
AgeCommit message (Collapse)Author
2020-01-24Fix for infinite recursion with macro invocation (#1177)jsmall-nvidia
* First pass fix of macro expansion logic to stop recursive application (causting a recursive loop), whilst also allowing application on parameters to a macro. * Added recursive-macro test. Fixed macro application example.