- Timestamp:
- 05/28/05 06:47:55 (4 years ago)
- svk:copy_cache_prev:
- 5515
- Files:
-
- 1 modified
-
src/perl5/perl5.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/perl5/perl5.c
r4038 r4041 47 47 val = pugs_PvToVal(pugs_method); 48 48 } 49 inv = pugs_SvToVal(ST(1));49 inv = SvOK(ST(1)) ? pugs_SvToVal(ST(1)) : NULL; 50 50 51 51 stack = (Val **)malloc(sizeof(Val*)*items-1);
