[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/interface/_zope_interface_coptimizations.c Merge rev 30417, which was erroneously checked in on tag

Tim Peters tim.one at comcast.net
Fri May 27 16:16:39 EDT 2005


Log message for revision 30540:
  Merge rev 30417, which was erroneously checked in on tag
  Zope3/tags/ZopeX3-3.0.0-Zope-2.8-a3.
  
  Original checkin comment:
  
  r30417 | andreasjung | 2005-05-19 07:16:24 -0400 (Thu, 19 May 2005) | 2 lines
  Changed paths:
     M /Zope3/tags/ZopeX3-3.0.0-Zope-2.8-a3/src/zope/interface/_zope_interface_coptimizations.c
  
  fixed compilation problem with gcc 4
  

Changed:
  U   Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/interface/_zope_interface_coptimizations.c

-=-
Modified: Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/interface/_zope_interface_coptimizations.c
===================================================================
--- Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/interface/_zope_interface_coptimizations.c	2005-05-27 19:16:04 UTC (rev 30539)
+++ Zope3/branches/ZopeX3-3.0.0-Zope-2.8/src/zope/interface/_zope_interface_coptimizations.c	2005-05-27 20:16:09 UTC (rev 30540)
@@ -70,7 +70,7 @@
   return 0;
 }
 
-extern PyTypeObject SpecType;   /* Forward */
+static PyTypeObject SpecType;   /* Forward */
 
 static PyObject *
 implementedByFallback(PyObject *cls)



More information about the Zope3-Checkins mailing list