summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 659d8b6862..2f3b2d29e1 100644
--- a/perl.h
+++ b/perl.h
@@ -3795,7 +3795,7 @@ typedef struct am_table_short AMTS;
* access MY_CXT.
*/
-#if defined(USE_ITHREADS)
+#if defined(PERL_IMPLICIT_CONTEXT)
/* This must appear in all extensions that define a my_cxt_t structure,
* right after the definition (i.e. at file scope). The non-threads