Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/python/generate-python-api.scm b/python/generate-python-api.scm
- --- a/python/generate-python-api.scm
- +++ b/python/generate-python-api.scm
- @@ -220,7 +220,7 @@
- [('* . 2) "__set_ptr16"]
- [('* . 4) "__set_ptr32"]
- [('* . 8) "__set_ptr64"]
- - [('SCM . 8) "__set_SCM"]
- + [('SCM . _) "__set_SCM"]
- [('struct . _) (error "NOT YET IMPLEMENTED")]
- [('array . _) (error "NOT YET IMPLEMENTED")] ))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement