diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-12 06:08:24 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-12 06:08:24 +0000 |
commit | 07ded842d1dfc78aab83cc95e1944ee7711a669d (patch) | |
tree | 112616153553e4a1b16877fbe1d2d1e15cbdf717 /embed.fnc | |
parent | 5aa82fee03468abc6498563ec7f247d0a9a65c31 (diff) | |
parent | 1d88b533f61a8e86a0609fd906a86fecfadc6d1a (diff) | |
download | perl-07ded842d1dfc78aab83cc95e1944ee7711a669d.tar.gz |
Integrate mainline (a while ago)
p4raw-id: //depot/perlio@15195
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -427,7 +427,6 @@ Ap |void |markstack_grow #if defined(USE_LOCALE_COLLATE) p |char* |mem_collxfrm |const char* s|STRLEN len|STRLEN* xlen #endif -Apd |int |memcmp_byte_utf8 |char *sbyte|STRLEN lbyte|char *sutf|STRLEN lutf Afp |SV* |mess |const char* pat|... Ap |SV* |vmess |const char* pat|va_list* args p |void |qerror |SV* err @@ -555,6 +554,9 @@ dopM |PerlIO*|start_glob |SV* pattern|IO *io #if defined(USE_5005THREADS) Ap |struct perl_thread* |new_struct_thread|struct perl_thread *t #endif +#if defined(USE_REENTRANT_API) +Ap |void |reentrant_init +#endif Ap |void |call_atexit |ATEXIT_t fn|void *ptr Apd |I32 |call_argv |const char* sub_name|I32 flags|char** argv Apd |I32 |call_method |const char* methname|I32 flags |