"KalleK" <kal### [at] gmxde> wrote in message news:39f5b16c@news.povray.org...
> Does a difference exists between
> a ) #ifdef (token)
> and
> b) #if defined (token)
> ?
> If not: do we need both?
> Selfanswering: the difference between a condition and a value - 'defined'
> could be used without conditions. Maybe that's the sense.
> Is that right?
defined is apparently exclusive to file #fopen accesses so that the existence
may be checked for during parse time.
I tried outside of such a situation and it seems invalid.
Bob
Post a reply to this message
|