Kaydet (Commit) 8bdd3338 authored tarafından Guido van Rossum's avatar Guido van Rossum

changes for CFM-68K mac

üst e9fbc099
......@@ -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*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment