summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-24 18:48:43 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-24 18:48:43 +0000
commit8226a3d7ea7a9414bc41d73011d23876bd55e4b8 (patch)
treefbe6cb81d17b9114235327c9ef3ff1f4d1e63e78 /embed.fnc
parent6a57758be8105e287911e73d8605475c2aa69115 (diff)
downloadperl-8226a3d7ea7a9414bc41d73011d23876bd55e4b8.tar.gz
Promote Perl_setdefout() to the public API.
p4raw-id: //depot/perl@34904
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 7d0f681531..0254a57dd3 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -826,7 +826,7 @@ Ap |char* |screaminstr |NN SV *bigstr|NN SV *littlestr|I32 start_shift \
#if !defined(VMS)
p |I32 |setenv_getix |NN const char* nam
#endif
-EXp |void |setdefout |NULLOK GV* gv
+Apd |void |setdefout |NULLOK GV* gv
Ap |HEK* |share_hek |NN const char* str|I32 len|U32 hash
#if defined(HAS_SIGACTION) && defined(SA_SIGINFO)
np |Signal_t |sighandler |int sig|NULLOK siginfo_t *info|NULLOK void *uap