Skip to content

Commit

Permalink
Update comment because #warning is no longer an extension in C23
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShermanTanker authored and jonahgraham committed Jan 1, 2023
1 parent 503ca0a commit c98aae4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c98aae4

Please sign in to comment.