Open ProSurfer73 opened 1 year ago
The where command does not find macros with parameters correctly.
For example, suppose you have the following macro:
And that you look for it mentioning MACRO.
The file containing MACRO(a) will not be listed.
The where command does not find macros with parameters correctly.
For example, suppose you have the following macro:
define MACRO(a) ((a)*2)
And that you look for it mentioning MACRO.
The file containing MACRO(a) will not be listed.