Remove one const to ensure that the universe doesn't tip over.
Abhijit Menon-Sen [Mon, 23 May 2005 16:34:16 +0000 (16:34 +0000)]
(At least on AIX.)

p4raw-id: //depot/perl@24555

ext/Storable/Storable.xs

index 53f9543..b4ff829 100644 (file)
@@ -1075,7 +1075,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 const sv_store_t sv_store[] = {
+static 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 */