diff options
| author | jordi.saludes <jordi.saludes@upc.edu> | 2011-12-22 21:29:45 +0000 |
|---|---|---|
| committer | jordi.saludes <jordi.saludes@upc.edu> | 2011-12-22 21:29:45 +0000 |
| commit | fb0f46be4a0cc4d673c9bd1153c0cb8c674ad9d5 (patch) | |
| tree | 695562f3363e88a294efbaf6e1947cddc25f1302 /contrib/py-bindings/PyGF.hsc | |
| parent | bff947f44f70e3c3f5f4d25ed07524730ca56acf (diff) | |
Fixing 'linearize' in py-bindings/test.py
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 |
