Skip to content

Commit bc2db44

Browse files
Make comment read slightly better
1 parent bfc999a commit bc2db44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/IPreprocessorDirective.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ public interface IPreprocessorDirective {
100100
public static final int ppImport = 12;
101101

102102
/**
103-
* Standard preprocessor directive <code>#warning</code>.
103+
* C23 and C++23 preprocessor directive <code>#warning</code>.
104104
* Similar to <code>#error</code>.
105-
* Introduced in C23 and C++23.
106105
*/
107106
public static final int ppWarning = 13;
108107

0 commit comments

Comments
 (0)