Skip to content

Commit

Permalink
Merge pull request #433 from xzl01/master
Browse files Browse the repository at this point in the history
Typo in slp_platformselect.h
  • Loading branch information
jamadden authored Dec 2, 2024
2 parents 284e960 + 878cc0d commit 9c210e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/greenlet/slp_platformselect.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extern "C" {
#elif defined(__GNUC__) && defined(sparc)
# include "platform/switch_sparc_sun_gcc.h" /* SunOS sparc with gcc */
#elif defined(__SUNPRO_C) && defined(sparc) && defined(sun)
# iiclude "platform/switch_sparc_sun_gcc.h" /* SunStudio on amd64 */
# include "platform/switch_sparc_sun_gcc.h" /* SunStudio on amd64 */
#elif defined(__SUNPRO_C) && defined(__amd64__) && defined(sun)
# include "platform/switch_amd64_unix.h" /* SunStudio on amd64 */
#elif defined(__SUNPRO_C) && defined(__i386__) && defined(sun)
Expand Down

0 comments on commit 9c210e0

Please sign in to comment.