1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Update comment because #warning is no longer an extension in C23

This commit is contained in:
TheShermanTanker 2022-12-21 16:49:24 +08:00 committed by Jonah Graham
parent 503ca0af58
commit c98aae4c6a

View file

@ -100,7 +100,7 @@ public interface IPreprocessorDirective {
public static final int ppImport = 12;
/**
* GNU preprocessor extension <code>#warning</code>.
* C23 and C++23 preprocessor directive <code>#warning</code>.
* Similar to <code>#error</code>.
*/
public static final int ppWarning = 13;