summaryrefslogtreecommitdiff
path: root/embed.h
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.h
parent1ba6ee2b6ffb90b7d229bcee46bded6dda6b3bcc (diff)
downloadperl-b46bc2b69fd0825253e7e513bb1c568567aa6ab0.tar.gz
fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
p4raw-id: //depot/perl@5256
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed.h b/embed.h
index ea76f70911..d0e0946d8f 100644
--- a/embed.h
+++ b/embed.h
@@ -46,7 +46,6 @@
#if !defined(PERL_IMPLICIT_CONTEXT)
#if defined(PERL_IMPLICIT_SYS)
-#else
#endif
#if defined(USE_ITHREADS)
# if defined(PERL_IMPLICIT_SYS)
@@ -1495,7 +1494,6 @@
#else /* PERL_IMPLICIT_CONTEXT */
#if defined(PERL_IMPLICIT_SYS)
-#else
#endif
#if defined(USE_ITHREADS)
# if defined(PERL_IMPLICIT_SYS)
@@ -2917,7 +2915,6 @@
#else /* PERL_OBJECT */
#if defined(PERL_IMPLICIT_SYS)
-#else
#endif
#if defined(USE_ITHREADS)
# if defined(PERL_IMPLICIT_SYS)