diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-10-17 16:19:34 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-17 09:57:24 +0000 |
commit | a0fd494844cc8648fdc5234c367fd018a12fdf3f (patch) | |
tree | 2b88e57b833d4c547dacfb6c74b5c2be4c1cba61 /embed.h | |
parent | 5ca7f68ddac45dcdfd991dcc23e59792a9900482 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |