Message ID | 4C587A8E.4090800@qnx.com |
---|---|
State | New |
Headers | show |
On 10-08-03 04:22 PM, Ryan Mansfield wrote: > There is a typo in the documentation for the -x option. The c-cpp-output > arg. should just be cpp-output. > > 2010-08-03 Ryan Mansfield <rmansfield@qnx.com> > * doc/invoke.texi (-x): Fix typo. > > Index: doc/invoke.texi > =================================================================== > --- doc/invoke.texi (revision 162842) > +++ doc/invoke.texi (working copy) > @@ -1096,7 +1096,7 @@ > name suffix). This option applies to all following input files until > the next @option{-x} option. Possible values for @var{language} are: > @smallexample > -c c-header c-cpp-output > +c c-header cpp-output > c++ c++-header c++-cpp-output > objective-c objective-c-header objective-c-cpp-output > objective-c++ objective-c++-header objective-c++-cpp-output Ping? I think this qualifies as obvious but I'll need someone to apply it. Regards, Ryan Mansfield
On Thu, 2 Sep 2010, Ryan Mansfield wrote: >> @smallexample >> -c c-header c-cpp-output >> +c c-header cpp-output >> c++ c++-header c++-cpp-output >> objective-c objective-c-header objective-c-cpp-output >> objective-c++ objective-c++-header objective-c++-cpp-output > Ping? > > I think this qualifies as obvious but I'll need someone to apply it. You're right, and I had actually looked at it and verified it meets the implementation back when you sent that patch, but hadn't managed to commit it. Apologies, I'll do a round of testing and will apply later today. Thanks, and if you have more, let us know! :-) Gerald
Index: doc/invoke.texi =================================================================== --- doc/invoke.texi (revision 162842) +++ doc/invoke.texi (working copy) @@ -1096,7 +1096,7 @@ name suffix). This option applies to all following input files until the next @option{-x} option. Possible values for @var{language} are: @smallexample -c c-header c-cpp-output +c c-header cpp-output c++ c++-header c++-cpp-output objective-c objective-c-header objective-c-cpp-output objective-c++ objective-c++-header objective-c++-cpp-output