summaryrefslogtreecommitdiff
path: root/embed.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 /embed.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 'embed.h')
-rw-r--r--embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 81720fc6da..adcf1fd897 100644
--- a/embed.h
+++ b/embed.h
@@ -2166,7 +2166,7 @@
#define do_eof(a) Perl_do_eof(aTHX_ a)
#define do_exec(a) Perl_do_exec(aTHX_ a)
#endif
-#if defined(WIN32) || defined(SYMBIAN)
+#if defined(WIN32) || defined(__SYMBIAN32__)
#define do_aspawn(a,b,c) Perl_do_aspawn(aTHX_ a,b,c)
#define do_spawn(a) Perl_do_spawn(aTHX_ a)
#define do_spawn_nowait(a) Perl_do_spawn_nowait(aTHX_ a)