Commit 464c5af7 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.27.x'

parents 2ff41a0e ed3da54e
......@@ -522,7 +522,7 @@
#endif
#ifndef CYTHON_FALLTHROUGH
#if !defined(_MSC_VER) && __has_attribute(fallthrough)
#if (defined(__GNUC__) || defined(__clang__)) && __has_attribute(fallthrough)
#define CYTHON_FALLTHROUGH __attribute__((fallthrough))
#else
#define CYTHON_FALLTHROUGH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment