]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
changes for CFM-68K mac
authorGuido van Rossum <guido@python.org>
Sat, 18 Feb 1995 14:53:14 +0000 (14:53 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 18 Feb 1995 14:53:14 +0000 (14:53 +0000)
Modules/xxmodule.c

index 153bb8155188d05f012c709972e9bca8bb09d4fc..ac81f7781cdf0d96696ea82cd61fb6958d76d623 100644 (file)
@@ -38,7 +38,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 /* Xxo objects */
 
 #include "allobjects.h"
-#include "modsupport.h"                /* For getargs() etc. */
 
 static object *ErrorObject;
 
@@ -126,7 +125,7 @@ xxo_setattr(self, name, v)
                return dictinsert(self->x_attr, name, v);
 }
 
-static typeobject Xxotype = {
+staticforward typeobject Xxotype = {
        OB_HEAD_INIT(&Typetype)
        0,                      /*ob_size*/
        "xxo",                  /*tp_name*/