diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-02-27 04:45:05 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-02-27 04:45:05 (GMT) |
commit | a35c688055c72e9442f6a82c3ec0e09654077975 (patch) | |
tree | 081386e63e64467a01558567750b371baa527f8e /Makefile.pre.in | |
parent | 29906eef3a56c43a4cd68a8706c75844b2384e59 (diff) | |
download | cpython-a35c688055c72e9442f6a82c3ec0e09654077975.zip cpython-a35c688055c72e9442f6a82c3ec0e09654077975.tar.gz cpython-a35c688055c72e9442f6a82c3ec0e09654077975.tar.bz2 |
Add Vladimir Marangozov's object allocator. It is disabled by default. This
closes SF patch #401229.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 61c31da..f8a0ae2 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -399,6 +399,7 @@ Python/getplatform.o: $(srcdir)/Python/getplatform.c Python/importdl.o: $(srcdir)/Python/importdl.c $(CC) -c $(CFLAGS) -I$(DLINCLDIR) -o $@ $(srcdir)/Python/importdl.c +Objects/object.o: $(srcdir)/Objects/object.c $(srcdir)/Objects/obmalloc.c Objects/unicodectype.o: $(srcdir)/Objects/unicodectype.c \ $(srcdir)/Objects/unicodetype_db.h |