autc04 / Retro68

a gcc-based cross-compiler for classic 68K and PPC Macintoshes
GNU General Public License v3.0
537 stars 51 forks source link

Define "macintosh" and "Macintosh" #235

Closed agoode closed 3 months ago

agoode commented 4 months ago

See https://sourceforge.net/p/predef/wiki/OperatingSystems/ for rationale.

I examined the Python 2.0.1 code (https://www.python.org/ftp/python/2.0.1/Python-2.0.1.tgz), from 2001, and found a lot of #ifdef macintosh, so I think this is legit.

This fixes #209.