Show
Ignore:
Timestamp:
05/26/05 02:57:29 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5482
Message:

* really fix nonembed, as reported by Juerd

Files:
1 modified

Legend:

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

    r3893 r3894  
    1818 
    1919evalPerl5 :: String -> CInt -> IO PerlSV 
    20 evalPerl5 = constFail 
     20evalPerl5 _ = constFail 
    2121 
    2222svToVStr :: PerlSV -> IO String 
     
    3030 
    3131callPerl5 :: String -> [PerlSV] -> CInt -> IO PerlSV 
    32 callPerl5 _ = constFail 
     32callPerl5 _ _ = constFail 
    3333 
    3434canPerl5 :: PerlSV -> String -> IO Bool