diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-09-20 19:34:51 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-09-20 19:34:51 +0000 |
commit | 594c10dca58a5fa69624af729798b94360003867 (patch) | |
tree | 4ff3b5576dd7664548cc56d2ea203eeb8e539136 /op.h | |
parent | e4cac7df8fef5d9f19bc94d1fcd29ad6afdfe734 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |