summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-25 20:04:37 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-25 20:04:37 +0000
commitb46bc2b69fd0825253e7e513bb1c568567aa6ab0 (patch)
tree6855e4e348c834b30d9ba719519e98c0b67771b2 /embed.pl
parent1ba6ee2b6ffb90b7d229bcee46bded6dda6b3bcc (diff)
downloadperl-b46bc2b69fd0825253e7e513bb1c568567aa6ab0.tar.gz
fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
p4raw-id: //depot/perl@5256
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/embed.pl b/embed.pl
index c1967d2214..a3f9ef3495 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1293,9 +1293,8 @@ Ajno |PerlInterpreter* |perl_alloc_using \
|struct IPerlStdIO* io|struct IPerlLIO* lio \
|struct IPerlDir* d|struct IPerlSock* s \
|struct IPerlProc* p
-#else
-Ajnod |PerlInterpreter* |perl_alloc
#endif
+Ajnod |PerlInterpreter* |perl_alloc
Ajnod |void |perl_construct |PerlInterpreter* interp
Ajnod |void |perl_destruct |PerlInterpreter* interp
Ajnod |void |perl_free |PerlInterpreter* interp