Changeset 4181
- Timestamp:
- 05/31/05 02:34:22 (4 years ago)
- svk:copy_cache_prev:
- 5706
- Files:
-
- 1 modified
-
src/Pugs/Run/Perl5.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Run/Perl5.hs
r3975 r4181 101 101 PerlSV sv -> return sv 102 102 VStr str -> vstrToSV str 103 VType typ -> vstrToSV (showType typ) 103 104 VBool bool -> vintToSV (fromEnum bool) 104 105 VInt int -> vintToSV int
