Changeset 4181 for src/Pugs/Run

Show
Ignore:
Timestamp:
05/31/05 02:34:22 (3 years ago)
Author:
autrijus
svk:copy_cache_prev:
5706
Message:

* VType to p5 land becomes a String, so clkao can typecase from C.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Run/Perl5.hs

    r3975 r4181  
    101101    PerlSV sv   -> return sv 
    102102    VStr str    -> vstrToSV str 
     103    VType typ   -> vstrToSV (showType typ) 
    103104    VBool bool  -> vintToSV (fromEnum bool) 
    104105    VInt int    -> vintToSV int