diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-21 20:01:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-21 20:01:14 +0000 |
commit | 8fb26106616b06907474b33cfb67b5e1e186bd1a (patch) | |
tree | 2312f9ce46f627ef9c4bedab01518bbb9dd2be31 /embed.pl | |
parent | b363b71387982836a5629ce821dc43de9f38573c (diff) | |
download | perl-8fb26106616b06907474b33cfb67b5e1e186bd1a.tar.gz |
Retract the #10417 mg.c and embed.pl parts because of
strange SEGVs in 64bit x86 FreeBSD observed by
Nicholas Clark.
p4raw-id: //depot/perl@10798
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1752,7 +1752,7 @@ Apd |int |mg_get |SV* sv Apd |U32 |mg_length |SV* sv Apd |void |mg_magical |SV* sv Apd |int |mg_set |SV* sv -Ap |IV |mg_size |SV* sv +Ap |I32 |mg_size |SV* sv Ap |void |mini_mktime |struct tm *pm p |OP* |mod |OP* o|I32 type p |int |mode_from_discipline|SV* discp @@ -2285,7 +2285,7 @@ s |void |hv_magic_check |HV *hv|bool *needs_copy|bool *needs_store #endif #if defined(PERL_IN_MG_C) || defined(PERL_DECL_PROT) -s |void |save_magic |IV mgs_ix|SV *sv +s |void |save_magic |I32 mgs_ix|SV *sv s |int |magic_methpack |SV *sv|MAGIC *mg|char *meth s |int |magic_methcall |SV *sv|MAGIC *mg|char *meth|I32 f \ |int n|SV *val |