Kaydet (Commit) 77d0717f authored tarafından Jack Jansen's avatar Jack Jansen

Define WITH_PYMALLOC as 1

üst 755ebea2
...@@ -306,7 +306,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -306,7 +306,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#undef WITH_DYLD #undef WITH_DYLD
/* Define if you want to compile in Python-specific mallocs */ /* Define if you want to compile in Python-specific mallocs */
#define WITH_PYMALLOC #define WITH_PYMALLOC 1
/* Define if you want to produce an OpenStep/Rhapsody framework /* Define if you want to produce an OpenStep/Rhapsody framework
(shared library plus accessory files). */ (shared library plus accessory files). */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment