[PyObjC-svn] r2463 - trunk/pyobjc/pyobjc-core/Modules/objc
[email protected] Wed, 07 Apr 2010 02:41:50 -0500
| Newsgroups | gmane.comp.python.pyobjc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ronaldoussoren Date: Wed Apr 7 02:41:50 2010 New Revision: 2463 Log: Sync capsule name with the one expected by parsexml.m Modified: trunk/pyobjc/pyobjc-core/Modules/objc/pyobjc-api.h Modified: trunk/pyobjc/pyobjc-core/Modules/objc/pyobjc-api.h ============================================================================== --- trunk/pyobjc/pyobjc-core/Modules/objc/pyobjc-api.h (original) +++ trunk/pyobjc/pyobjc-core/Modules/objc/pyobjc-api.h Wed Apr 7 02:41:50 2010 @@ -415,7 +415,7 @@ #if PY_MAJOR_VERSION == 2 return PyCObject_FromVoidPtr(map, NULL); #else - return PyCapsule_New(map, "objc.__functionlist__", NULL); + return PyCapsule_New(map, "objc.__inline__", NULL); #endif } ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev