summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSébastien Aperghis-Tramoni <sebastien@aperghis.net>2005-10-19 00:22:57 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-19 07:52:20 +0000
commitd8c40edcf7b2eca3075e6c3cd36c64193c41e123 (patch)
treef5a81e98ce9d3d6c495b643c7dba702d5c44ff75 /proto.h
parente886094b26c01a71243f931e1dd54d48122d46f1 (diff)
downloadperl-d8c40edcf7b2eca3075e6c3cd36c64193c41e123.tar.gz
Adding documentation index to perlapi.pod and perlintern.pod
Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr> (tweaked to remove trailing whitespace to doc entries) Plus, regenerate doc and headers p4raw-id: //depot/perl@25802
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 2dc1eaf4cf..191f596f86 100644
--- a/proto.h
+++ b/proto.h
@@ -392,7 +392,7 @@ PERL_CALLCONV bool Perl_do_eof(pTHX_ GV* gv)
PERL_CALLCONV bool Perl_do_exec(pTHX_ const char* cmd)
__attribute__nonnull__(pTHX_1);
-#if defined(WIN32) || defined(SYMBIAN)
+#if defined(WIN32) || defined(__SYMBIAN32__)
PERL_CALLCONV int Perl_do_aspawn(pTHX_ SV* really, SV** mark, SV** sp)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2)