diff options
author | Jim Cromie <jcromie@cpan.org> | 2005-11-14 05:29:52 -0700 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-11-16 19:26:17 +0000 |
commit | 93e68bfb4c30bda791d4bf574f645d153ab4343b (patch) | |
tree | fa28f261c62a2f6938bda5a69fbe7906dd7a3984 /sv.h | |
parent | 1829b0dc8541492d5482bacbb045b1b817fead03 (diff) | |
download | perl-93e68bfb4c30bda791d4bf574f645d153ab4343b.tar.gz |
Re: eliminate discreet arenaroots
Message-ID: <4378E5B0.3010708@gmail.com>
Date: Mon, 14 Nov 2005 12:29:52 -0700
p4raw-id: //depot/perl@26141
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -59,7 +59,8 @@ typedef enum { SVt_PVHV, /* 12 */ SVt_PVCV, /* 13 */ SVt_PVFM, /* 14 */ - SVt_PVIO /* 15 */ + SVt_PVIO, /* 15 */ + SVt_LAST /* keep last in enum. used to size arrays */ } svtype; |