diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-29 03:35:18 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-29 03:35:18 +0000 |
commit | fc0dc3b334ed07492841d4d27f3f4100c92588d2 (patch) | |
tree | 29f740a42534c1315c9b9f49ca26c9ceb21ba860 /embed.pl | |
parent | 0ae6046c5548636c0d642d76d3c8222375a744dd (diff) | |
download | perl-fc0dc3b334ed07492841d4d27f3f4100c92588d2.tar.gz |
deadcode removal
p4raw-id: //depot/perl@4034
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -756,8 +756,6 @@ print CAPIH <<'EOT'; # define aTHXo pPerl # undef aTHXo_ # define aTHXo_ aTHXo, -# undef _aTHXo -# define _aTHXo ,aTHXo #endif /* PERL_OBJECT */ START_EXTERN_C @@ -970,9 +968,9 @@ EOT __END__ # Lines are of the form: -# flags|return_type|function_name|return_type|arg1|arg2|...|argN +# flags|return_type|function_name|arg1|arg2|...|argN # -# They may continue on multiple lines when \w| begins the next line. +# A line may be continued on another by ending it with a backslash. # Leading and trailing whitespace will be ignored in each component. # # flags are single letters with following meanings: |