[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.1,1.2

Jeremy Hylton jhylton@users.sourceforge.net
Thu, 25 Jan 2001 12:04:16 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv23234

Modified Files:
	Makefile.pre.in 
Log Message:
PEP 227 implementation

A cell contains a reference to a single PyObject.  It could be
implemented as a mutable, one-element sequence, but the separate type
has less overhead.



Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile.pre.in	2001/01/24 17:11:43	1.1
--- Makefile.pre.in	2001/01/25 20:04:14	1.2
***************
*** 237,240 ****
--- 237,241 ----
  		Objects/abstract.o \
  		Objects/bufferobject.o \
+ 		Objects/cellobject.o \
  		Objects/classobject.o \
  		Objects/cobject.o \