I needs to use macro to redirect formatted write() to a all. It's OK when I put macro directly on the top of my source code. Because these large amount of macro need to be appeared in every file of my project, so I am trying to use comma in my source file to make it simple. Now the problem happens when the source code is complied.
In the source code, I have a sentence:
the contents in zzz.for are like:
There is no problem when the zzz.for is complied independently. But the original source has problem when been compiled.
Can some body provide some ideas?
Thank you in advance.
Jack


