3B2 cpp #ifdef + #include
    Juergen Wagner 
    gandalf at csli.STANFORD.EDU
       
    Sun Mar 27 16:38:55 AEST 1988
    
    
  
The problem with your cpp is that all the lines starting with # have to
be valid syntax, i.e. "junk junk" is not relevant because it is just text
and cpp doesn't know if this is correct or not, but "# include junk" is
invalid because is violates cpp syntax.
BTW, I tried it on Suns, and there are no error messages.
-- 
Juergen Wagner,			           gandalf at csli.stanford.edu
Center for the Study of Language and Information (CSLI), Stanford CA
    
    
More information about the Comp.lang.c
mailing list