- Timestamp:
- 05/26/05 14:38:41 (4 years ago)
- svk:copy_cache_prev:
- 5482
- Files:
-
- 1 modified
-
src/perl5/perl5.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/perl5/perl5.c
r3901 r3911 137 137 perl5_SvPtr ( SV *sv ) 138 138 { 139 if (!sv_isa(sv, "pugs")) { 140 return NULL; 141 } 139 142 IV tmp = SvIV((SV*)SvRV(sv)); 140 143 return((void *)tmp);
