Skip to content

Instantly share code, notes, and snippets.

@mattn
Created February 24, 2014 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattn/9183235 to your computer and use it in GitHub Desktop.
Save mattn/9183235 to your computer and use it in GitHub Desktop.
diff -r 10d35c8b50e3 src/if_perl.xs
--- a/src/if_perl.xs Mon Feb 24 03:32:00 2014 +0100
+++ b/src/if_perl.xs Mon Feb 24 16:11:26 2014 +0900
@@ -138,6 +138,8 @@
#endif
typedef int XSINIT_t;
typedef int XSUBADDR_t;
+#endif
+#ifndef USE_ITHREADS
typedef int perl_key;
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment