Re: #define
- From: "robertwessel2@xxxxxxxxx" <robertwessel2@xxxxxxxxx>
- Date: Thu, 31 Jan 2008 11:57:19 -0800 (PST)
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.
.
- References:
- #define
- From: Ivan
- Re: #define
- From: Richard Bos
- #define
- Prev by Date: Re: A solution for the allocation failures problem
- Next by Date: Re: xmalloc string functions
- Previous by thread: Re: #define
- Next by thread: Re: #define
- Index(es):