Show
Ignore:
Timestamp:
05/27/05 02:59:31 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5515
Message:

* fix prototype for theorbtwo

Files:
1 modified

Legend:

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

    r3938 r3942  
    4747vnumToSV = constFail 
    4848 
    49 callPerl5 :: PerlSV -> Maybe PerlSV -> [PerlSV] -> PerlSV -> CInt -> IO PerlSV 
     49callPerl5 :: PerlSV -> PerlSV -> [PerlSV] -> PerlSV -> CInt -> IO PerlSV 
    5050callPerl5 _ _ _ _ = constFail 
    5151