Changeset 3887 for src/perl5/perl5.h

Show
Ignore:
Timestamp:
05/26/05 02:17:16 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5477
Message:

* Method invocation into Perl 5 now carries the current

context around.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl5/perl5.h

    r3876 r3887  
    77SV * perl5_newSVpv ( char * pv ); 
    88SV * perl5_newSViv ( int iv ); 
    9 SV * perl5_call(char *subname, int argc, SV** args); 
     9SV * perl5_call(char *subname, int argc, SV** args, int cxt); 
    1010bool perl5_can(SV *inv, char *subname); 
    11 SV * perl5_eval(char *code); 
     11SV * perl5_eval(char *code, int cxt);