summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-09-20 19:34:51 +0000
committerNicholas Clark <nick@ccl4.org>2007-09-20 19:34:51 +0000
commit594c10dca58a5fa69624af729798b94360003867 (patch)
tree4ff3b5576dd7664548cc56d2ea203eeb8e539136 /op.h
parente4cac7df8fef5d9f19bc94d1fcd29ad6afdfe734 (diff)
downloadperl-594c10dca58a5fa69624af729798b94360003867.tar.gz
Get mad compiling as C++. (At least for me)
p4raw-id: //depot/perl@31933
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index f03251feac..f7ab172b13 100644
--- a/op.h
+++ b/op.h
@@ -635,7 +635,7 @@ struct loop {
struct madprop {
MADPROP* mad_next;
- void *mad_val;
+ const void *mad_val;
U32 mad_vlen;
/* short mad_count; */
char mad_key;