|
[Psyco-checkins] r26184 - psyco/dist/c/Objects
From: <arigo@co...> - 2006-04-23 13:17
|
Author: arigo
Date: Sun Apr 23 15:17:55 2006
New Revision: 26184
Modified:
psyco/dist/c/Objects/pcompactobject.c
Log:
Forgot an 'inline -> PSY_INLINE'.
Modified: psyco/dist/c/Objects/pcompactobject.c
==============================================================================
--- psyco/dist/c/Objects/pcompactobject.c (original)
+++ psyco/dist/c/Objects/pcompactobject.c Sun Apr 23 15:17:55 2006
@@ -96,7 +96,7 @@
return true;
}
-inline struct source_tmp_virtual_s* malloc_stv(PyObject* ko)
+PSY_INLINE struct source_tmp_virtual_s* malloc_stv(PyObject* ko)
{
/* this leaks, but we try to minimize the impact by alloc'ing
blocks and doing some sharing */
|
| Thread | Author | Date |
|---|---|---|
| [Psyco-checkins] r26184 - psyco/dist/c/Objects | <arigo@co...> |