This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: -traditional comment elimination (yuk...)


Jamie Lokier wrote:
> 
> Neil Booth wrote:
> > &/**/&          <&&>         <&><&>           <&&>
> > foo/**/bar   <foo><bar>    <foo><bar>       <foobar>
> > 123/**/.456  <123><.456>   <123><.456>      <123.456>
> 
> Which brings up the interesting question of what
> 
> &//
> &
> 
> should mean :-)

Two separate & tokens, since the newline ends the comment but is
not part of it.

Dave

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]