summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-23 14:44:59 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-23 14:44:59 +0000
commit92e67595817e2efa2a2f6c3e6498b1f1babb5fbd (patch)
tree76b73812aa48ecb7c930efd8074555c3ce07c6f3 /embed.fnc
parentc9869e1c0cac4f243c84d27552ad981d5363e0f7 (diff)
downloadperl-92e67595817e2efa2a2f6c3e6498b1f1babb5fbd.tar.gz
Un-const magic virtual tables; this consting breaks the nasty
things done by Swig, as noticed by Audrey. p4raw-id: //depot/perl@26924
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index d3fd5bb47d..9cd0ff1a1a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -790,7 +790,7 @@ Apd |STRLEN |sv_len |NULLOK SV* sv
Apd |STRLEN |sv_len_utf8 |NULLOK SV* sv
Apd |void |sv_magic |NN SV* sv|NULLOK SV* obj|int how|NULLOK const char* name \
|I32 namlen
-Apd |MAGIC *|sv_magicext |NN SV* sv|NULLOK SV* obj|int how|NULLOK const MGVTBL *vtbl \
+Apd |MAGIC *|sv_magicext |NN SV* sv|NULLOK SV* obj|int how|NULLOK MGVTBL *vtbl \
|NULLOK const char* name|I32 namlen
ApdaR |SV* |sv_mortalcopy |NULLOK SV* oldsv
ApdR |SV* |sv_newmortal