summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-26 02:44:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-26 02:44:44 +0000
commitb86a2fa703d0daf651095b1947eb50e3b5cc41d9 (patch)
tree4813808e1f50c63dc88e862ce9415eea78c08ade /mg.c
parentce9935e078582f01b05cad6db77c0a8312bee15b (diff)
downloadperl-b86a2fa703d0daf651095b1947eb50e3b5cc41d9.tar.gz
various win32 tweaks; disable new xs_cpp section (it creates
ambiguous inference graph for %.xs --> %.o) p4raw-id: //depot/perl@2086
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mg.c b/mg.c
index 9532b38742..2906a4c173 100644
--- a/mg.c
+++ b/mg.c
@@ -31,6 +31,7 @@
#else
# define VTBL *vtbl
static void restore_magic _((void *p));
+static int magic_methcall(SV *sv, MAGIC *mg, char *meth, I32 f, int n, SV *val);
#endif
/*