diff options
| -rw-r--r-- | doc/release/upcoming_changes/14771.improvement.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/14771.improvement.rst b/doc/release/upcoming_changes/14771.improvement.rst index 0465614ab..aaea8f8ed 100644 --- a/doc/release/upcoming_changes/14771.improvement.rst +++ b/doc/release/upcoming_changes/14771.improvement.rst @@ -1,5 +1,5 @@ ``std=c99`` added if compiler is named ``gcc`` ---------------------------------------------- -GCC before version 5 requies the ``-std=c99`` command line argument. Newer +GCC before version 5 requires the ``-std=c99`` command line argument. Newer compilers automatically turn on C99 mode. The compiler setup code will automatically add the code if the compiler name has ``gcc`` in it. |
