[Python-checkins] CVS: python/dist/src/Mac/Build PythonCoreCarbon.exp,1.20,1.21

Jack Jansen jackjansen@users.sourceforge.net
Tue, 06 Nov 2001 07:55:25 -0800


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

Modified Files:
	PythonCoreCarbon.exp 
Log Message:
Added longlong routines.

Index: PythonCoreCarbon.exp
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Build/PythonCoreCarbon.exp,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** PythonCoreCarbon.exp	2001/11/05 16:14:33	1.20
--- PythonCoreCarbon.exp	2001/11/06 15:55:23	1.21
***************
*** 432,435 ****
--- 432,439 ----
  PyLong_FromUnicode
  PyLong_FromString
+ PyLong_AsUnsignedLongLong
+ PyLong_AsLongLong
+ PyLong_FromUnsignedLongLong
+ PyLong_FromLongLong
  PyLong_AsVoidPtr
  PyLong_FromVoidPtr