mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
Getting rid of code dependent on GUSI or the MetroWerks compiler.
This commit is contained in:
parent
bc2fbc74ed
commit
4bae2d5e46
7 changed files with 1 additions and 60 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue