Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r553:64d64bc24a54
Date: 2012-06-28 12:44 +0200
http://bitbucket.org/cffi/cffi/changeset/64d64bc24a54/

Log:    Oups.

diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -3438,7 +3438,6 @@
     case 7: f = &_testfunc7; break;
     case 8: f = stderr; break;
     case 9: f = &_testfunc9; break;
-    case 10: f = &_testfunc10; break;
     default:
         PyErr_SetNone(PyExc_ValueError);
         return NULL;
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to