Re: #define



"Ivan" <idiprima@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.

Does it depends on the compiler?

No.

Richard
.