diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-09-27 11:00:43 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-09-27 17:29:06 +0100 |
commit | 77d8c8d52bcb3950617cc1491f1f2713db7ea126 (patch) | |
tree | 036a7a37ffdcf304c1c6ef9b64497feedf95bea8 /embed.fnc | |
parent | e80576f865224b380520be1bf5299811acc93967 (diff) | |
download | perl-77d8c8d52bcb3950617cc1491f1f2713db7ea126.tar.gz |
Move the generation of {START,END}_EXTERN_C from embed.fnc to embed.pl
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -118,8 +118,6 @@ : : Individual flags may be separated by whitespace. -START_EXTERN_C - #if defined(PERL_IMPLICIT_SYS) Ano |PerlInterpreter*|perl_alloc_using \ |NN struct IPerlMem *ipM \ @@ -2415,7 +2413,6 @@ Aanop |CLONE_PARAMS *|clone_params_new|NN PerlInterpreter *const from \ |NN PerlInterpreter *const to Anop |void |clone_params_del|NN CLONE_PARAMS *param #endif -END_EXTERN_C /* * ex: set ts=8 sts=4 sw=4 noet: */ |