Remove vestiges of PowerPC support
It may still be supported for wxGTK, but we don't need to do anything special for it, so we don't need to define __POWERPC__, which was never used anyhow, neither.
This commit is contained in:
parent
e039d78ed3
commit
15e556e027
7 changed files with 1 additions and 63 deletions
|
|
@ -183,12 +183,6 @@
|
|||
#endif
|
||||
#endif /* ia64 */
|
||||
|
||||
#if defined(_M_MPPC) || defined(__PPC__) || defined(__ppc__)
|
||||
#ifndef __POWERPC__
|
||||
#define __POWERPC__
|
||||
#endif
|
||||
#endif /* alpha */
|
||||
|
||||
#if defined(_M_ALPHA) || defined(__AXP__)
|
||||
#ifndef __ALPHA__
|
||||
#define __ALPHA__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue