[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/interface/_zope_interface_coptimizations.c merge r30540 from ZopeX3-3.0.0-Zope-2.8 branch:

Philipp von Weitershausen philikon at philikon.de
Mon Jul 25 20:30:17 EDT 2005


Log message for revision 37417:
  merge r30540 from ZopeX3-3.0.0-Zope-2.8 branch:
    fixed compilation problem with gcc 4
  

Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/interface/_zope_interface_coptimizations.c

-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/interface/_zope_interface_coptimizations.c
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/interface/_zope_interface_coptimizations.c	2005-07-26 00:27:52 UTC (rev 37416)
+++ Zope3/branches/ZopeX3-3.0/src/zope/interface/_zope_interface_coptimizations.c	2005-07-26 00:30:17 UTC (rev 37417)
@@ -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