diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-07 07:02:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-07 07:02:21 +0000 |
commit | daad78fc377a1f13c3b53f9a0c2196bdd763b063 (patch) | |
tree | 188ea698d8beb1fe21a01da8de0c93df93ee32b9 /embed.fnc | |
parent | 31614b38d9fba0db72d123e45dbaaac5b4fe5c03 (diff) | |
download | perl-daad78fc377a1f13c3b53f9a0c2196bdd763b063.tar.gz |
Make Perl_find_runcv a member of the public API
(so Sub::Current works on Windows)
p4raw-id: //depot/perl@31548
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1669,7 +1669,7 @@ sd |PADOFFSET|pad_findlex |NN const char *name|NN const CV* cv|U32 seq|int warn sd |void |cv_dump |NN const CV *cv|NN const char *title # endif #endif -pdR |CV* |find_runcv |NULLOK U32 *db_seqp +ApdR |CV* |find_runcv |NULLOK U32 *db_seqp p |void |free_tied_hv_pool #if defined(DEBUGGING) pR |int |get_debug_opts |NN const char **s|bool givehelp |