summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2005-10-17 16:19:34 +0300
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-17 09:57:24 +0000
commita0fd494844cc8648fdc5234c367fd018a12fdf3f (patch)
tree2b88e57b833d4c547dacfb6c74b5c2be4c1cba61 /embed.h
parent5ca7f68ddac45dcdfd991dcc23e59792a9900482 (diff)
downloadperl-a0fd494844cc8648fdc5234c367fd018a12fdf3f.tar.gz
another Symbian update: Alan's fault :-)
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25778
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 154d7e264f..81720fc6da 100644
--- a/embed.h
+++ b/embed.h
@@ -167,7 +167,7 @@
#define do_eof Perl_do_eof
#define do_exec Perl_do_exec
#endif
-#if defined(WIN32) || defined(SYMBIAN)
+#if defined(WIN32) || defined(__SYMBIAN32__)
#define do_aspawn Perl_do_aspawn
#define do_spawn Perl_do_spawn
#define do_spawn_nowait Perl_do_spawn_nowait