[Zope-Checkins] CVS: Components/cPickle - cPickle.c:1.70

Jim Fulton jim@tarzan.digicool.com
Tue, 15 Jun 1999 10:09:37 -0400


Update of /cvs-repository/Components/cPickle
In directory tarzan.digicool.com:/projects/users/jim/lib/Components/cPickle

Modified Files:
	cPickle.c 
Log Message:
Cleaned up a bunch of things that generated compiler warnings when
the compiler was in pickly mode.

Got rid of the fatal error check in the module initialization.

Added some needed variable initializations.