Improve macro for _UNUSED_DUMMY
#2373
Labels
0 Diff Trivial
The changes in this pull request are trivially zero-diff (documentation, build failure, &c.)
🛠️ Refactor
This is code refactoring
The existing macro uses a PRINT statement and thus cannot go in PURE procedures. A suggestion by @everythingfunctional is that an ASSOCIATE block can be used instead. (Of course some care must then go to choosing a selector that does not conflict with the dummy argument.)
The text was updated successfully, but these errors were encountered: