diff options
author | mattip <matti.picus@gmail.com> | 2019-10-26 10:30:59 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-10-26 10:30:59 +0300 |
commit | 955b2906c6da37844b0ee54b8a53850cf5df199f (patch) | |
tree | 5216de083c6c697fd95104d011533cf477d01fef /doc | |
parent | 3cf96c801745a608714e5235e97f5880824234b0 (diff) | |
download | numpy-955b2906c6da37844b0ee54b8a53850cf5df199f.tar.gz |
MAINT: fixes from review
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/upcoming_changes/14771.improvement.rst | 1 |
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. |