summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-10-26 10:30:59 +0300
committermattip <matti.picus@gmail.com>2019-10-26 10:30:59 +0300
commit955b2906c6da37844b0ee54b8a53850cf5df199f (patch)
tree5216de083c6c697fd95104d011533cf477d01fef /doc
parent3cf96c801745a608714e5235e97f5880824234b0 (diff)
downloadnumpy-955b2906c6da37844b0ee54b8a53850cf5df199f.tar.gz
MAINT: fixes from review
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/14771.improvement.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/14771.improvement.rst b/doc/release/upcoming_changes/14771.improvement.rst
index 847f21b5e..0465614ab 100644
--- a/doc/release/upcoming_changes/14771.improvement.rst
+++ b/doc/release/upcoming_changes/14771.improvement.rst
@@ -1,6 +1,5 @@
``std=c99`` added if compiler is named ``gcc``
----------------------------------------------
-
GCC before version 5 requies 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.