In general, any macro function that might eventually be replaced by a real function should have a name in the same case as a real function. All caps should only be used when you want the API user to know that it is a defined symbol/macro.
....Roy
In general, any macro function that might eventually be replaced by a real function should have a name in the same case as a real function. All caps should only be used when you want the API user to know that it is a defined symbol/macro.
....Roy