diff options
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ struct thread { U8 Tlocalizing; COP * Tcurcop; - CONTEXT * Tcxstack; + PERL_CONTEXT * Tcxstack; I32 Tcxstack_ix; I32 Tcxstack_max; |