[Python-checkins] CVS: python/dist/src/Include Python.h abstract.h bufferobject.h cStringIO.h ceval.h classobject.h cobject.h compile.h complexobject.h dictobject.h eval.h fileobject.h floatobject.h frameobject.h funcobject.h import.h intobject.h intrcheck.h listobject.h longintrepr.h longobject.h marshal.h methodobject.h modsupport.h moduleobject.h mymalloc.h node.h object.h objimpl.h parsetok.h pgenheaders.h pydebug.h pyerrors.h pystate.h pythonrun.h pythread.h rangeobject.h sliceobject.h stringobject.h structmember.h sysmodule.h token.h traceback.h tupleobject.h

Guido van Rossum guido@cnri.reston.va.us
Fri, 4 Dec 1998 13:48:26 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Include
In directory eric:/projects/python/develop/guido/src/Include

Modified Files:
	Python.h abstract.h bufferobject.h cStringIO.h ceval.h 
	classobject.h cobject.h compile.h complexobject.h dictobject.h 
	eval.h fileobject.h floatobject.h frameobject.h funcobject.h 
	import.h intobject.h intrcheck.h listobject.h longintrepr.h 
	longobject.h marshal.h methodobject.h modsupport.h 
	moduleobject.h mymalloc.h node.h object.h objimpl.h parsetok.h 
	pgenheaders.h pydebug.h pyerrors.h pystate.h pythonrun.h 
	pythread.h rangeobject.h sliceobject.h stringobject.h 
	structmember.h sysmodule.h token.h traceback.h tupleobject.h 
Log Message:
Add DL_IMPORT(returntype) for all officially exported functions.