Skip to content

Commit

Permalink
Typo in slp_platformselect.h
Browse files Browse the repository at this point in the history
typo in slp_platformselect.h
  • Loading branch information
xzl01 authored Nov 11, 2024
1 parent 686c208 commit 878cc0d
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 878cc0d

Please sign in to comment.