[Zope3-checkins] CVS: Zope3/src/persistence - persistenceAPI.h:1.1.2.2
Barry Warsaw
barry@wooz.org
Mon, 23 Dec 2002 16:21:25 -0500
Update of /cvs-repository/Zope3/src/persistence
In directory cvs.zope.org:/tmp/cvs-serv9756
Modified Files:
Tag: NameGeddon-branch
persistenceAPI.h
Log Message:
persistence.persistence -> persistence._persistence
=== Zope3/src/persistence/persistenceAPI.h 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/persistence/persistenceAPI.h:1.1.2.1 Mon Dec 23 14:30:41 2002
+++ Zope3/src/persistence/persistenceAPI.h Mon Dec 23 16:21:25 2002
@@ -10,13 +10,12 @@
FOR A PARTICULAR PURPOSE.
*/
-/* The PyPersist_C_API provides access to types and functions defined
- in the cPersistence extension module to other extension modules.
- On some (all?) platforms, it isn't possible to have static
- references to functions and objects defined in other dynamically
- loaded modules. The PyPersist_C_API defines a collection of
- pointers to the shared functions that can be initialized when a
- module is loaded.
+/* The PyPersist_C_API provides access to types and functions defined in
+ the persistence extension module to other extension modules. On some
+ (all?) platforms, it isn't possible to have static references to
+ functions and objects defined in other dynamically loaded modules. The
+ PyPersist_C_API defines a collection of pointers to the shared functions
+ that can be initialized when a module is loaded.
*/
static PyPersist_C_API_struct *PyPersist_C_API;