diff options
author | Sébastien Aperghis-Tramoni <sebastien@aperghis.net> | 2005-10-19 00:22:57 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-19 07:52:20 +0000 |
commit | d8c40edcf7b2eca3075e6c3cd36c64193c41e123 (patch) | |
tree | f5a81e98ce9d3d6c495b643c7dba702d5c44ff75 /embed.h | |
parent | e886094b26c01a71243f931e1dd54d48122d46f1 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |