From 4bae2d5e46b5135dba523616fd0960fc915eb120 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 19 Nov 2003 22:52:23 +0000 Subject: Getting rid of code dependent on GUSI or the MetroWerks compiler. --- Modules/structmodule.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Modules/structmodule.c') diff --git a/Modules/structmodule.c b/Modules/structmodule.c index 22f1c54977..b78231f4d3 100644 --- a/Modules/structmodule.c +++ b/Modules/structmodule.c @@ -41,15 +41,6 @@ static PyObject *StructError; /* Define various structs to figure out the alignments of types */ -#ifdef __MWERKS__ -/* -** XXXX We have a problem here. There are no unique alignment rules -** on the PowerPC mac. -*/ -#ifdef __powerc -#pragma options align=mac68k -#endif -#endif /* __MWERKS__ */ typedef struct { char c; short x; } st_short; typedef struct { char c; int x; } st_int; -- cgit v1.2.1