diff options
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index 4c56f9bf08..25e67bd5ed 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -535,6 +535,8 @@ PERLVARI(Islabs, I32**, NULL) /* Array of slabs that have been allocated */ PERLVARI(Islab_count, U32, 0) /* Size of the array */ #endif +PERLVARI(Iisarev, HV*, NULL) /* Reverse map of @ISA dependencies */ + /* If you are adding a U16, see the comment above on where there are 2 bytes of gap which currently will be structure padding. */ |