Fixing 'linearize' in py-bindings/test.py

This commit is contained in:
jordi.saludes
2011-12-22 21:29:45 +00:00
parent 9c467e1b40
commit 2d6d969a60
4 changed files with 6 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{-# LANGUAGE ForeignFunctionInterface #-}
--
-- GF Python bindings
-- Jordi Saludes, upc.edu 2010
-- Jordi Saludes, upc.edu 2010, 2011
--
module PyGF where
@@ -157,9 +157,6 @@ listToPyStrings ss = do
pcs <- pyString cs
pyl << pcs
-- foreign export ccall "gf_freeArray" free :: Ptr a -> IO ()
foreign export ccall gf_showLanguage :: Ptr Language -> IO CString
gf_showLanguage plang = do