diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-10-17 21:27:57 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-17 15:05:23 +0000 |
commit | 5c271e2566556176f5be72955599e28e159007fd (patch) | |
tree | eafa42afe175184163877e7e8b9680bde48c27c6 /ext/Storable | |
parent | 16fa893905d221693a5e0a95ba525247aa3d7a04 (diff) | |
download | perl-5c271e2566556176f5be72955599e28e159007fd.tar.gz |
even more Symbian
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25782
Diffstat (limited to 'ext/Storable')
-rw-r--r-- | ext/Storable/Storable.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index c63864810c..0d2d8c6ce8 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -1082,7 +1082,7 @@ static int store_blessed(pTHX_ stcxt_t *cxt, SV *sv, int type, HV *pkg); typedef int (*sv_store_t)(pTHX_ stcxt_t *cxt, SV *sv); -static sv_store_t sv_store[] = { +static const sv_store_t sv_store[] = { (sv_store_t)store_ref, /* svis_REF */ (sv_store_t)store_scalar, /* svis_SCALAR */ (sv_store_t)store_array, /* svis_ARRAY */ |