Changeset 3919 for src/perl5/perl5.h

Show
Ignore:
Timestamp:
05/26/05 23:10:37 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5482
Message:

* marshall pugs execution environment into $pugs::env.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl5/perl5.h

    r3918 r3919  
    1212SV * perl5_call(char *subname, int argc, SV** args, int cxt); 
    1313bool perl5_can(SV *inv, char *subname); 
    14 SV * perl5_eval(char *code, int cxt); 
     14SV * perl5_eval(char *code, SV *env, int cxt);