From: Guido van Rossum Date: Sat, 18 Feb 1995 14:53:14 +0000 (+0000) Subject: changes for CFM-68K mac X-Git-Tag: v1.2b4~218 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8bdd33386d041265010e803b5b45313a48ab4ace;p=thirdparty%2FPython%2Fcpython.git changes for CFM-68K mac --- diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c index 153bb8155188..ac81f7781cdf 100644 --- a/Modules/xxmodule.c +++ b/Modules/xxmodule.c @@ -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*/