- Timestamp:
- 05/27/05 16:36:18 (4 years ago)
- svk:copy_cache_prev:
- 5515
- Location:
- src/perl5
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
src/perl5/perl5.c
r3961 r3975 320 320 } 321 321 322 void perl5_finalize ( SV* sv ) 323 { 324 SvREFCNT_dec(sv); 325 } -
src/perl5/perl5.h
r3953 r3975 15 15 SV * perl5_eval(char *code, void *env, int cxt); 16 16 SV * perl5_get_sv ( const char *name ); 17 void perl5_finalize ( SV* sv ); 18
