Advertisement
chemoelectric

Untitled

Apr 24th, 2013
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. diff --git a/python/generate-python-api.scm b/python/generate-python-api.scm
  2. --- a/python/generate-python-api.scm
  3. +++ b/python/generate-python-api.scm
  4. @@ -220,7 +220,7 @@
  5. [('* . 2) "__set_ptr16"]
  6. [('* . 4) "__set_ptr32"]
  7. [('* . 8) "__set_ptr64"]
  8. - [('SCM . 8) "__set_SCM"]
  9. + [('SCM . _) "__set_SCM"]
  10. [('struct . _) (error "NOT YET IMPLEMENTED")]
  11. [('array . _) (error "NOT YET IMPLEMENTED")] ))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement