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:
Vadim Zeitlin 2023-01-26 17:27:48 +01:00
parent e039d78ed3
commit 15e556e027
7 changed files with 1 additions and 63 deletions

View file

@ -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__