[Lxr-dev] [ lxr-Bugs-3116715 ] C/C++ language: #elsif should be #elseif
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2011-03-13 08:19:20
|
Bugs item #3116715, was opened at 2010-11-23 17:00 Message generated for change (Comment added) made by ajlittoz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3116715&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Lang support Group: None >Status: Pending >Resolution: Later Priority: 5 Private: No Submitted By: dcochlin (dcochlin) Assigned to: Andre-Littoz (ajlittoz) Summary: C/C++ language: #elsif should be #elseif Initial Comment: - generic.conf should define #elseif instead of #elsif. - Python language could use a triple quote comment 'comment' => ('"""', '"""'), ---------------------------------------------------------------------- >Comment By: Andre-Littoz (ajlittoz) Date: 2011-03-13 09:19 Message: The directive is #elif, not #elseif nor #elsif. The correct word has been put into the projected generic.conf. However, since there is a lot of work on generic.conf related to generic parsing, this minor correction is postponed to the parsing issue release. ---------------------------------------------------------------------- Comment By: Damian Nycz (dnycz) Date: 2011-01-29 18:14 Message: In C/C++ language there is no '#elseif' nor '#elsif'; there is '#elif'; generic.conf should define '#elif' instead of '#elsif'. There is missing '#line' directive in C/C++. There is missing 'compl' C++ keyword. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3116715&group_id=27350 |