mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix typo.
This commit is contained in:
parent
4a264bdc0f
commit
346b25fada
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public abstract class GNUScannerExtensionConfiguration extends AbstractScannerEx
|
|||
addPreprocessorKeyword(Keywords.cASSERT, IPreprocessorDirective.ppIgnore);
|
||||
addPreprocessorKeyword(Keywords.cUNASSERT, IPreprocessorDirective.ppIgnore);
|
||||
|
||||
addKeyword(GCCKeywords.cp__ALIGNOF__, IGCCToken.t___alignof__ );
|
||||
addKeyword(GCCKeywords.cp__ALIGNOF, IGCCToken.t___alignof__ );
|
||||
addKeyword(GCCKeywords.cp__ALIGNOF__, IGCCToken.t___alignof__ );
|
||||
addKeyword(GCCKeywords.cp__ASM, IToken.t_asm);
|
||||
addKeyword(GCCKeywords.cp__ASM__, IToken.t_asm);
|
||||
|
|
Loading…
Add table
Reference in a new issue