Updated Maintainers.pl with the CPAN path for Locale-Maketext-Simple-0.21
[p5sagit/p5-mst-13.2.git] / op.h
diff --git a/op.h b/op.h
index e8ba8ef..9608564 100644 (file)
--- a/op.h
+++ b/op.h
@@ -646,7 +646,7 @@ struct loop {
 
 struct madprop {
     MADPROP* mad_next;
-    const void *mad_val;
+    void *mad_val;
     U32 mad_vlen;
 /*    short mad_count; */
     char mad_key;