diff options
Diffstat (limited to 'contrib/py-bindings/PyGF.hsc')
| -rw-r--r-- | contrib/py-bindings/PyGF.hsc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/py-bindings/PyGF.hsc b/contrib/py-bindings/PyGF.hsc index ddd3920b6..fc827e68f 100644 --- a/contrib/py-bindings/PyGF.hsc +++ b/contrib/py-bindings/PyGF.hsc @@ -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 |
