]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Completed (hopefully) the unification of THINK 6.0 and MPW 3.2
authorGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 08:42:37 +0000 (08:42 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 08:42:37 +0000 (08:42 +0000)
commit739267b7c34c0bdf934059804fde3f027e84bd0b
tree25dc06eae2dd9cf8b2bce19683e8d7a5b8ebbc08
parente78344444086581bdf59f13415b0c701e740cce1
Completed (hopefully) the unification of THINK 6.0 and MPW 3.2
versions -- they now share config.c and config.h, and statting is
always done through macstat.[ch] (THINK's <stat.h> defines funny
constants).  Also the configuration of stdwin is done differently: you
have to define USE_STDWIN to the compiler prefix.
Mac/Compat/getwd.c
Mac/Compat/macstat.c
Mac/Compat/macstat.h
Mac/Include/config.h
Mac/Include/macdefs.h
Mac/Modules/config.c
Mac/Modules/macmodule.c
Mac/Python/macgetmtime.c