diff options
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 0e2390504d..c772d797ec 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -380,5 +380,5 @@ PERLVAR(IProc, struct IPerlProc*) #endif #if defined(USE_ITHREADS) -PERLVAR(Isv_table, SVTBL*) +PERLVAR(Iptr_table, PTR_TBL_t*) #endif |