Re: #define



On Jan 31, 8:24 am, r...@xxxxxxxxxxxxxxxxxxxxxx (Richard Bos) wrote:
"Ivan" <idipr...@xxxxxxxxxxx> wrote:
What is the scope of preprocessor #define?

From that point on to the end of the file, or to a corresponding #undef
if there is one.


More precisely to the end of the translation unit (or #undef). "End
of the file" is somewhat ambiguous during preprocessing without
additional qualification.
.