mirror of
https://github.com/python/cpython.git
synced 2025-11-15 00:00:00 +00:00
changes for CFM-68K mac
This commit is contained in:
parent
e9fbc0992c
commit
8bdd33386d
1 changed files with 1 additions and 2 deletions
|
|
@ -38,7 +38,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
/* Xxo objects */
|
/* Xxo objects */
|
||||||
|
|
||||||
#include "allobjects.h"
|
#include "allobjects.h"
|
||||||
#include "modsupport.h" /* For getargs() etc. */
|
|
||||||
|
|
||||||
static object *ErrorObject;
|
static object *ErrorObject;
|
||||||
|
|
||||||
|
|
@ -126,7 +125,7 @@ xxo_setattr(self, name, v)
|
||||||
return dictinsert(self->x_attr, name, v);
|
return dictinsert(self->x_attr, name, v);
|
||||||
}
|
}
|
||||||
|
|
||||||
static typeobject Xxotype = {
|
staticforward typeobject Xxotype = {
|
||||||
OB_HEAD_INIT(&Typetype)
|
OB_HEAD_INIT(&Typetype)
|
||||||
0, /*ob_size*/
|
0, /*ob_size*/
|
||||||
"xxo", /*tp_name*/
|
"xxo", /*tp_name*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue